Html Css Color HEX #6DCBCE Spray

📋 copy color: '#6DCBCE'

red 109 ◦ green 203 ◦ blue 206

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

Shades of Spray #6DCBCE

Tints of Spray #6DCBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.77%

R = 21.04%
G = 39.19%
B = 39.77%

CMYK

 C value IS 0.47

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DCBCE (or 0x6DCBCE) is known color: Spray. HEX triplet: 6D, CB and CE. RGB value is (109,203,206). Sum of RGB (Red+Green+Blue) = 109+203+206=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DCBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBCE is #923431. Grayscale: #AFAFAF. Windows color (decimal): -9581618 or 13552493. OLE color: 13552493.

HSL color Cylindrical-coordinate representation of color #6DCBCE: hue angle of 181.86º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCBCE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 203 206 -
CMYK 0.47 0.01 0 0.19
HSL 181.86º 0.5% 0.62% -
HSV(B) 181.86º 0.47% 0.81% -
XYZ 38.8 50.42 66.08 -
YUV 175.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 109 203 206 0.47 0.01 0 0.19 181.86 0.5 0.62
Hex 6D CB CE 2F 1 0 13 B6 32 3E
Octal 155 313 316 57 1 0 23 266 62 76
Binary 1101101 11001011 11001110 101111 1 0 10011 10110110 110010 111110

Color Harmonies of #6DCBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBCE

Black with #6DCBCE

Text Example


Text Example

White with #6DCBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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