Html Css Color HEX #6DCBDB Spray

📋 copy color: '#6DCBDB'

red 109 ◦ green 203 ◦ blue 219

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

Shades of Spray #6DCBDB

Tints of Spray #6DCBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 20.53%
G = 38.23%
B = 41.24%

CMYK

 C value IS 0.50

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6DCBDB (or 0x6DCBDB) is known color: Spray. HEX triplet: 6D, CB and DB. RGB value is (109,203,219). Sum of RGB (Red+Green+Blue) = 109+203+219=531 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.53% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DCBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBDB is #923424. Grayscale: #B0B0B0. Windows color (decimal): -9581605 or 14404461. OLE color: 14404461.

HSL color Cylindrical-coordinate representation of color #6DCBDB: hue angle of 188.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DCBDB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 203 219 -
CMYK 0.50 0.07 0 0.14
HSL 188.73º 0.6% 0.64% -
HSV(B) 188.73º 0.5% 0.86% -
XYZ 40.45 51.08 74.74 -
YUV 176.72 151.86 79.7 -
System Red Green Blue C M Y K H S L
Decimal 109 203 219 0.50 0.07 0 0.14 188.73 0.6 0.64
Hex 6D CB DB 32 7 0 E BD 3C 40
Octal 155 313 333 62 7 0 16 275 74 100
Binary 1101101 11001011 11011011 110010 111 0 1110 10111101 111100 1000000

Color Harmonies of #6DCBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBDB

Black with #6DCBDB

Text Example


Text Example

White with #6DCBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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