Html Css Color HEX #6DCBBA Downy

📋 copy color: '#6DCBBA'

red 109 ◦ green 203 ◦ blue 186

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

Shades of Downy #6DCBBA

Tints of Downy #6DCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 21.89%
G = 40.76%
B = 37.35%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#6DCBBA (or 0x6DCBBA) is known color: Downy. HEX triplet: 6D, CB and BA. RGB value is (109,203,186). Sum of RGB (Red+Green+Blue) = 109+203+186=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBBA is #923445. Grayscale: #ACACAC. Windows color (decimal): -9581638 or 12241773. OLE color: 12241773.

HSL color Cylindrical-coordinate representation of color #6DCBBA: hue angle of 169.15º 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 #6DCBBA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 203 186 -
CMYK 0.46 0 0.08 0.20
HSL 169.15º 0.47% 0.61% -
HSV(B) 169.15º 0.46% 0.8% -
XYZ 36.53 49.51 54.09 -
YUV 172.96 135.36 82.38 -
System Red Green Blue C M Y K H S L
Decimal 109 203 186 0.46 0 0.08 0.20 169.15 0.47 0.61
Hex 6D CB BA 2E 0 8 14 A9 2F 3D
Octal 155 313 272 56 0 10 24 251 57 75
Binary 1101101 11001011 10111010 101110 0 1000 10100 10101001 101111 111101

Color Harmonies of #6DCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBBA

Black with #6DCBBA

Text Example


Text Example

White with #6DCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,203,186); }

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

background-color css

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

 a { background-color: rgb(109,203,186); }

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

border-color css

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

 span { border-color: rgb(109,203,186); }

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