Html Css Color HEX #6DCCDB Spray

📋 copy color: '#6DCCDB'

red 109 ◦ green 204 ◦ blue 219

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

Shades of Spray #6DCCDB

Tints of Spray #6DCCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.35%

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

R = 20.49%
G = 38.35%
B = 41.17%

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

#6DCCDB (or 0x6DCCDB) is known color: Spray. HEX triplet: 6D, CC and DB. RGB value is (109,204,219). Sum of RGB (Red+Green+Blue) = 109+204+219=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DCCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCDB is #923324. Grayscale: #B1B1B1. Windows color (decimal): -9581349 or 14404717. OLE color: 14404717.

HSL color Cylindrical-coordinate representation of color #6DCCDB: hue angle of 188.18º 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 #6DCCDB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 109 204 219 -
CMYK 0.50 0.07 0 0.14
HSL 188.18º 0.6% 0.64% -
HSV(B) 188.18º 0.5% 0.86% -
XYZ 40.69 51.55 74.82 -
YUV 177.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 109 204 219 0.50 0.07 0 0.14 188.18 0.6 0.64
Hex 6D CC DB 32 7 0 E BC 3C 40
Octal 155 314 333 62 7 0 16 274 74 100
Binary 1101101 11001100 11011011 110010 111 0 1110 10111100 111100 1000000

Color Harmonies of #6DCCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCCDB

Black with #6DCCDB

Text Example


Text Example

White with #6DCCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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