Html Css Color HEX #6DCBDD Spray

📋 copy color: '#6DCBDD'

red 109 ◦ green 203 ◦ blue 221

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

Shades of Spray #6DCBDD

Tints of Spray #6DCBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 20.45%
G = 38.09%
B = 41.46%

CMYK

 C value IS 0.51

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DCBDD (or 0x6DCBDD) is known color: Spray. HEX triplet: 6D, CB and DD. RGB value is (109,203,221). Sum of RGB (Red+Green+Blue) = 109+203+221=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDD is #923422. Grayscale: #B0B0B0. Windows color (decimal): -9581603 or 14535533. OLE color: 14535533.

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

Color convert

RGB 109 203 221 -
CMYK 0.51 0.08 0 0.13
HSL 189.64º 0.62% 0.65% -
HSV(B) 189.64º 0.51% 0.87% -
XYZ 40.71 51.18 76.14 -
YUV 176.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 109 203 221 0.51 0.08 0 0.13 189.64 0.62 0.65
Hex 6D CB DD 33 8 0 D BE 3E 41
Octal 155 313 335 63 10 0 15 276 76 101
Binary 1101101 11001011 11011101 110011 1000 0 1101 10111110 111110 1000001

Color Harmonies of #6DCBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBDD

Black with #6DCBDD

Text Example


Text Example

White with #6DCBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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