Html Css Color HEX #6DCADD Spray

📋 copy color: '#6DCADD'

red 109 ◦ green 202 ◦ blue 221

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

Shades of Spray #6DCADD

Tints of Spray #6DCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.97%

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

R = 20.49%
G = 37.97%
B = 41.54%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6DCADD (or 0x6DCADD) is known color: Spray. HEX triplet: 6D, CA and DD. RGB value is (109,202,221). Sum of RGB (Red+Green+Blue) = 109+202+221=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DCADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCADD is #923522. Grayscale: #B0B0B0. Windows color (decimal): -9581859 or 14535277. OLE color: 14535277.

HSL color Cylindrical-coordinate representation of color #6DCADD: hue angle of 190.18º 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 #6DCADD is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 202 221 -
CMYK 0.51 0.09 0 0.13
HSL 190.18º 0.62% 0.65% -
HSV(B) 190.18º 0.51% 0.87% -
XYZ 40.48 50.71 76.06 -
YUV 176.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 109 202 221 0.51 0.09 0 0.13 190.18 0.62 0.65
Hex 6D CA DD 33 9 0 D BE 3E 41
Octal 155 312 335 63 11 0 15 276 76 101
Binary 1101101 11001010 11011101 110011 1001 0 1101 10111110 111110 1000001

Color Harmonies of #6DCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCADD

Black with #6DCADD

Text Example


Text Example

White with #6DCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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