Html Css Color HEX #6DCECF Downy

📋 copy color: '#6DCECF'

red 109 ◦ green 206 ◦ blue 207

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

Shades of Downy #6DCECF

Tints of Downy #6DCECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.46%

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 20.88%
G = 39.46%
B = 39.66%

CMYK

 C value IS 0.47

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DCECF (or 0x6DCECF) is known color: Downy. HEX triplet: 6D, CE and CF. RGB value is (109,206,207). Sum of RGB (Red+Green+Blue) = 109+206+207=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DCECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCECF is #923130. Grayscale: #B1B1B1. Windows color (decimal): -9580849 or 13618797. OLE color: 13618797.

HSL color Cylindrical-coordinate representation of color #6DCECF: hue angle of 180.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCECF is Cyan = 0.47, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 206 207 -
CMYK 0.47 0.00 0 0.19
HSL 180.61º 0.51% 0.62% -
HSV(B) 180.61º 0.47% 0.81% -
XYZ 39.64 51.9 66.96 -
YUV 177.11 144.86 79.42 -
System Red Green Blue C M Y K H S L
Decimal 109 206 207 0.47 0.00 0 0.19 180.61 0.51 0.62
Hex 6D CE CF 2F 0 0 13 B5 33 3E
Octal 155 316 317 57 0 0 23 265 63 76
Binary 1101101 11001110 11001111 101111 0 0 10011 10110101 110011 111110

Color Harmonies of #6DCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCECF

Black with #6DCECF

Text Example


Text Example

White with #6DCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,206,207); }

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

background-color css

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

 a { background-color: rgb(109,206,207); }

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

border-color css

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

 span { border-color: rgb(109,206,207); }

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