#6BC7DC

Color #6BC7DC Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #6BC7DC

Tints of Spray #6BC7DC

Color information

#6BC7DC (or 0x6BC7DC) is unknown color: approx Spray. HEX triplet: 6B, C7 and DC. RGB value is (107,199,220). Sum of RGB (Red+Green+Blue) = 107+199+220=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BC7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7DC is #943823. Grayscale: #ADADAD. Windows color (decimal): -9713700 or 14468971. OLE color: 14468971.

HSL color Cylindrical-coordinate representation of color #6BC7DC: hue angle of 191.15º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC7DC is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107199220-
CMYK0.510.1000.14
HSL191.15º61.75%64.12%-
HSV(B)191.15º51.36%86.27%-
XYZ39.4149.1475.12-
YUV173.89154.0280.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 20.34%
GREEN value IS 199 (78.12% from 255) = 37.83%
BLUE value IS 220 (86.33% from 255) = 41.83%
R=20.34%
G=37.83%
B=41.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071992200.510.1000.14191.1561.7564.12
Hex6BC7DC33A0Ebf3e40
Octal153307334631201627776100
Binary11010111100011111011100110011101001110101111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC7DC; }

 p { color: rgb(107,199,220); }

 H1.HeaderClassName
 {
   color: #6BC7DC;
 }
 .AnyTagClassName
 {
   color: #6BC7DC;
 }
</style>
background-color css

<style>
 a { background-color: #6BC7DC; }

 a { background-color: rgb(107,199,220); }

 div.DivClassName
 {
   background-color: #6BC7DC;
 }
 .BgClassName
 {
   background-color: #6BC7DC;
 }
</style>
border-color css

<style>
 span { border-color: #6BC7DC; }

 span { border-color: rgb(107,199,220); }

 td.TdClassName
 {
   border-color: #6BC7DC;
 }
 .TagClassName
 {
   border-color: #6BC7DC;
 }
</style>