Html Css Color HEX #6CCBDC Spray

📋 copy color: '#6CCBDC'

red 108 ◦ green 203 ◦ blue 220

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

Shades of Spray #6CCBDC

Tints of Spray #6CCBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 20.34%
G = 38.23%
B = 41.43%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CCBDC (or 0x6CCBDC) is known color: Spray. HEX triplet: 6C, CB and DC. RGB value is (108,203,220). Sum of RGB (Red+Green+Blue) = 108+203+220=531 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.34% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CCBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCBDC is #933423. Grayscale: #B0B0B0. Windows color (decimal): -9647140 or 14469996. OLE color: 14469996.

HSL color Cylindrical-coordinate representation of color #6CCBDC: hue angle of 189.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CCBDC is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 203 220 -
CMYK 0.51 0.08 0 0.14
HSL 189.11º 0.62% 0.64% -
HSV(B) 189.11º 0.51% 0.86% -
XYZ 40.46 51.07 75.43 -
YUV 176.53 152.53 79.12 -
System Red Green Blue C M Y K H S L
Decimal 108 203 220 0.51 0.08 0 0.14 189.11 0.62 0.64
Hex 6C CB DC 33 8 0 E BD 3E 40
Octal 154 313 334 63 10 0 16 275 76 100
Binary 1101100 11001011 11011100 110011 1000 0 1110 10111101 111110 1000000

Color Harmonies of #6CCBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCBDC

Black with #6CCBDC

Text Example


Text Example

White with #6CCBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,203,220); }

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

background-color css

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

 a { background-color: rgb(108,203,220); }

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

border-color css

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

 span { border-color: rgb(108,203,220); }

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