Html Css Color HEX #6BCCD2 Spray

📋 copy color: '#6BCCD2'

red 107 ◦ green 204 ◦ blue 210

#6BCCD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #6BCCD2

Tints of Spray #6BCCD2

RGB

 RED value IS 107 (42.19% from 255) = 20.54%

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 210 (82.42% from 255) = 40.31%

R = 20.54%
G = 39.16%
B = 40.31%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6BCCD2 (or 0x6BCCD2) is known color: Spray. HEX triplet: 6B, CC and D2. RGB value is (107,204,210). Sum of RGB (Red+Green+Blue) = 107+204+210=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 210 (82.42% from 255 or 40.31% from 521); Max value from RGB is 210 - color contains mainly: blue. Hex color #6BCCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BCCD2 is #94332D. Grayscale: #AFAFAF. Windows color (decimal): -9712430 or 13814891. OLE color: 13814891.

HSL color Cylindrical-coordinate representation of color #6BCCD2: hue angle of 183.5º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BCCD2 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 204 210 -
CMYK 0.49 0.03 0 0.18
HSL 183.5º 0.53% 0.62% -
HSV(B) 183.5º 0.49% 0.82% -
XYZ 39.29 50.96 68.74 -
YUV 175.68 147.36 79.01 -
System Red Green Blue C M Y K H S L
Decimal 107 204 210 0.49 0.03 0 0.18 183.5 0.53 0.62
Hex 6B CC D2 31 3 0 12 B7 35 3E
Octal 153 314 322 61 3 0 22 267 65 76
Binary 1101011 11001100 11010010 110001 11 0 10010 10110111 110101 111110

Color Harmonies of #6BCCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BCCD2

Black with #6BCCD2

Text Example


Text Example

White with #6BCCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,204,210); }

 H1.HeaderClassName
 {
   color: #6BCCD2;
 }
 .AnyTagClassName
 {
   color: #6BCCD2;
 }
</style>

background-color css

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

 a { background-color: rgb(107,204,210); }

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

border-color css

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

 span { border-color: rgb(107,204,210); }

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