Html Css Color HEX #6CC5DA Spray

📋 copy color: '#6CC5DA'

red 108 ◦ green 197 ◦ blue 218

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

Shades of Spray #6CC5DA

Tints of Spray #6CC5DA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.67%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 20.65%
G = 37.67%
B = 41.68%

CMYK

 C value IS 0.50

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6CC5DA (or 0x6CC5DA) is known color: Spray. HEX triplet: 6C, C5 and DA. RGB value is (108,197,218). Sum of RGB (Red+Green+Blue) = 108+197+218=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CC5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC5DA is #933A25. Grayscale: #ACACAC. Windows color (decimal): -9648678 or 14337388. OLE color: 14337388.

HSL color Cylindrical-coordinate representation of color #6CC5DA: hue angle of 191.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CC5DA is Cyan = 0.50, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 197 218 -
CMYK 0.50 0.10 0 0.15
HSL 191.45º 0.6% 0.64% -
HSV(B) 191.45º 0.5% 0.85% -
XYZ 38.81 48.18 73.58 -
YUV 172.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 108 197 218 0.50 0.10 0 0.15 191.45 0.6 0.64
Hex 6C C5 DA 32 A 0 F BF 3C 40
Octal 154 305 332 62 12 0 17 277 74 100
Binary 1101100 11000101 11011010 110010 1010 0 1111 10111111 111100 1000000

Color Harmonies of #6CC5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC5DA

Black with #6CC5DA

Text Example


Text Example

White with #6CC5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,197,218); }

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

background-color css

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

 a { background-color: rgb(108,197,218); }

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

border-color css

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

 span { border-color: rgb(108,197,218); }

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