Html Css Color HEX #6CCAD0 Spray

📋 copy color: '#6CCAD0'

red 108 ◦ green 202 ◦ blue 208

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

Shades of Spray #6CCAD0

Tints of Spray #6CCAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.15%

R = 20.85%
G = 39%
B = 40.15%

CMYK

 C value IS 0.48

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6CCAD0 (or 0x6CCAD0) is known color: Spray. HEX triplet: 6C, CA and D0. RGB value is (108,202,208). Sum of RGB (Red+Green+Blue) = 108+202+208=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #6CCAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAD0 is #93352F. Grayscale: #AEAEAE. Windows color (decimal): -9647408 or 13683308. OLE color: 13683308.

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

Color convert

RGB 108 202 208 -
CMYK 0.48 0.03 0 0.18
HSL 183.6º 0.52% 0.62% -
HSV(B) 183.6º 0.48% 0.82% -
XYZ 38.69 49.98 67.28 -
YUV 174.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 108 202 208 0.48 0.03 0 0.18 183.6 0.52 0.62
Hex 6C CA D0 30 3 0 12 B8 34 3E
Octal 154 312 320 60 3 0 22 270 64 76
Binary 1101100 11001010 11010000 110000 11 0 10010 10111000 110100 111110

Color Harmonies of #6CCAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAD0

Black with #6CCAD0

Text Example


Text Example

White with #6CCAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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