Html Css Color HEX #6DCDD6 Spray

📋 copy color: '#6DCDD6'

red 109 ◦ green 205 ◦ blue 214

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

Shades of Spray #6DCDD6

Tints of Spray #6DCDD6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.83%

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

R = 20.64%
G = 38.83%
B = 40.53%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DCDD6 (or 0x6DCDD6) is known color: Spray. HEX triplet: 6D, CD and D6. RGB value is (109,205,214). Sum of RGB (Red+Green+Blue) = 109+205+214=528 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.64% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #6DCDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCDD6 is #923229. Grayscale: #B1B1B1. Windows color (decimal): -9581098 or 14077293. OLE color: 14077293.

HSL color Cylindrical-coordinate representation of color #6DCDD6: hue angle of 185.14º 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 #6DCDD6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 205 214 -
CMYK 0.49 0.04 0 0.16
HSL 185.14º 0.56% 0.63% -
HSV(B) 185.14º 0.49% 0.84% -
XYZ 40.28 51.77 71.49 -
YUV 177.32 148.7 79.27 -
System Red Green Blue C M Y K H S L
Decimal 109 205 214 0.49 0.04 0 0.16 185.14 0.56 0.63
Hex 6D CD D6 31 4 0 10 B9 38 3F
Octal 155 315 326 61 4 0 20 271 70 77
Binary 1101101 11001101 11010110 110001 100 0 10000 10111001 111000 111111

Color Harmonies of #6DCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCDD6

Black with #6DCDD6

Text Example


Text Example

White with #6DCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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