Html Css Color HEX #6CCAD2 Spray

📋 copy color: '#6CCAD2'

red 108 ◦ green 202 ◦ blue 210

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

Shades of Spray #6CCAD2

Tints of Spray #6CCAD2

RGB

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

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

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

R = 20.77%
G = 38.85%
B = 40.38%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6CCAD2 (or 0x6CCAD2) is known color: Spray. HEX triplet: 6C, CA and D2. RGB value is (108,202,210). Sum of RGB (Red+Green+Blue) = 108+202+210=520 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.77% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #6CCAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCAD2 is #93352D. Grayscale: #AEAEAE. Windows color (decimal): -9647406 or 13814380. OLE color: 13814380.

HSL color Cylindrical-coordinate representation of color #6CCAD2: hue angle of 184.71º 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 #6CCAD2 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 108 202 210 -
CMYK 0.49 0.04 0 0.18
HSL 184.71º 0.53% 0.62% -
HSV(B) 184.71º 0.49% 0.82% -
XYZ 38.94 50.08 68.59 -
YUV 174.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 108 202 210 0.49 0.04 0 0.18 184.71 0.53 0.62
Hex 6C CA D2 31 4 0 12 B9 35 3E
Octal 154 312 322 61 4 0 22 271 65 76
Binary 1101100 11001010 11010010 110001 100 0 10010 10111001 110101 111110

Color Harmonies of #6CCAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCAD2

Black with #6CCAD2

Text Example


Text Example

White with #6CCAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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