Html Css Color HEX #6EC8CB Downy

📋 copy color: '#6EC8CB'

red 110 ◦ green 200 ◦ blue 203

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

Shades of Downy #6EC8CB

Tints of Downy #6EC8CB

RGB

 RED value IS 110 (43.36% from 255) = 21.44%

 GREEN value IS 200 (78.52% from 255) = 38.99%

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 21.44%
G = 38.99%
B = 39.57%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EC8CB (or 0x6EC8CB) is known color: Downy. HEX triplet: 6E, C8 and CB. RGB value is (110,200,203). Sum of RGB (Red+Green+Blue) = 110+200+203=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #6EC8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC8CB is #913734. Grayscale: #ADADAD. Windows color (decimal): -9516853 or 13355118. OLE color: 13355118.

HSL color Cylindrical-coordinate representation of color #6EC8CB: hue angle of 181.94º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EC8CB is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 200 203 -
CMYK 0.46 0.01 0 0.20
HSL 181.94º 0.47% 0.61% -
HSV(B) 181.94º 0.46% 0.8% -
XYZ 37.86 48.94 63.95 -
YUV 173.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 110 200 203 0.46 0.01 0 0.20 181.94 0.47 0.61
Hex 6E C8 CB 2E 1 0 14 B6 2F 3D
Octal 156 310 313 56 1 0 24 266 57 75
Binary 1101110 11001000 11001011 101110 1 0 10100 10110110 101111 111101

Color Harmonies of #6EC8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC8CB

Black with #6EC8CB

Text Example


Text Example

White with #6EC8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,200,203); }

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

background-color css

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

 a { background-color: rgb(110,200,203); }

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

border-color css

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

 span { border-color: rgb(110,200,203); }

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