Html Css Color HEX #6CC8D7 Spray

📋 copy color: '#6CC8D7'

red 108 ◦ green 200 ◦ blue 215

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

Shades of Spray #6CC8D7

Tints of Spray #6CC8D7

RGB

 RED value IS 108 (42.58% from 255) = 20.65%

 GREEN value IS 200 (78.52% from 255) = 38.24%

 BLUE value IS 215 (84.38% from 255) = 41.11%

R = 20.65%
G = 38.24%
B = 41.11%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6CC8D7 (or 0x6CC8D7) is known color: Spray. HEX triplet: 6C, C8 and D7. RGB value is (108,200,215). Sum of RGB (Red+Green+Blue) = 108+200+215=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #6CC8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC8D7 is #933728. Grayscale: #AEAEAE. Windows color (decimal): -9647913 or 14141548. OLE color: 14141548.

HSL color Cylindrical-coordinate representation of color #6CC8D7: hue angle of 188.41º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CC8D7 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 108 200 215 -
CMYK 0.50 0.07 0 0.16
HSL 188.41º 0.57% 0.63% -
HSV(B) 188.41º 0.5% 0.84% -
XYZ 39.1 49.4 71.76 -
YUV 174.2 151.02 80.78 -
System Red Green Blue C M Y K H S L
Decimal 108 200 215 0.50 0.07 0 0.16 188.41 0.57 0.63
Hex 6C C8 D7 32 7 0 10 BC 39 3F
Octal 154 310 327 62 7 0 20 274 71 77
Binary 1101100 11001000 11010111 110010 111 0 10000 10111100 111001 111111

Color Harmonies of #6CC8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC8D7

Black with #6CC8D7

Text Example


Text Example

White with #6CC8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,200,215); }

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

background-color css

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

 a { background-color: rgb(108,200,215); }

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

border-color css

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

 span { border-color: rgb(108,200,215); }

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