Html Css Color HEX #6DCBD6 Spray

📋 copy color: '#6DCBD6'

red 109 ◦ green 203 ◦ blue 214

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

Shades of Spray #6DCBD6

Tints of Spray #6DCBD6

RGB

 RED value IS 109 (42.97% from 255) = 20.72%

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

 BLUE value IS 214 (83.98% from 255) = 40.68%

R = 20.72%
G = 38.59%
B = 40.68%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DCBD6 (or 0x6DCBD6) is known color: Spray. HEX triplet: 6D, CB and D6. RGB value is (109,203,214). Sum of RGB (Red+Green+Blue) = 109+203+214=526 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.72% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 214 (83.98% from 255 or 40.68% from 526); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DCBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBD6 is #923429. Grayscale: #B0B0B0. Windows color (decimal): -9581610 or 14076781. OLE color: 14076781.

HSL color Cylindrical-coordinate representation of color #6DCBD6: hue angle of 186.29º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DCBD6 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 203 214 -
CMYK 0.49 0.05 0 0.16
HSL 186.29º 0.56% 0.63% -
HSV(B) 186.29º 0.49% 0.84% -
XYZ 39.8 50.82 71.33 -
YUV 176.15 149.36 80.11 -
System Red Green Blue C M Y K H S L
Decimal 109 203 214 0.49 0.05 0 0.16 186.29 0.56 0.63
Hex 6D CB D6 31 5 0 10 BA 38 3F
Octal 155 313 326 61 5 0 20 272 70 77
Binary 1101101 11001011 11010110 110001 101 0 10000 10111010 111000 111111

Color Harmonies of #6DCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBD6

Black with #6DCBD6

Text Example


Text Example

White with #6DCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,214); }

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

background-color css

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

 a { background-color: rgb(109,203,214); }

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

border-color css

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

 span { border-color: rgb(109,203,214); }

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