Html Css Color HEX #6CCADE Spray

📋 copy color: '#6CCADE'

red 108 ◦ green 202 ◦ blue 222

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

Shades of Spray #6CCADE

Tints of Spray #6CCADE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 20.3%
G = 37.97%
B = 41.73%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CCADE (or 0x6CCADE) is known color: Spray. HEX triplet: 6C, CA and DE. RGB value is (108,202,222). Sum of RGB (Red+Green+Blue) = 108+202+222=532 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.30% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #6CCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCADE is #933521. Grayscale: #B0B0B0. Windows color (decimal): -9647394 or 14600812. OLE color: 14600812.

HSL color Cylindrical-coordinate representation of color #6CCADE: hue angle of 190.53º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCADE is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 202 222 -
CMYK 0.51 0.09 0 0.13
HSL 190.53º 0.63% 0.65% -
HSV(B) 190.53º 0.51% 0.87% -
XYZ 40.49 50.7 76.76 -
YUV 176.17 153.86 79.37 -
System Red Green Blue C M Y K H S L
Decimal 108 202 222 0.51 0.09 0 0.13 190.53 0.63 0.65
Hex 6C CA DE 33 9 0 D BF 3F 41
Octal 154 312 336 63 11 0 15 277 77 101
Binary 1101100 11001010 11011110 110011 1001 0 1101 10111111 111111 1000001

Color Harmonies of #6CCADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCADE

Black with #6CCADE

Text Example


Text Example

White with #6CCADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,202,222); }

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

background-color css

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

 a { background-color: rgb(108,202,222); }

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

border-color css

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

 span { border-color: rgb(108,202,222); }

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