Html Css Color HEX #6DCBBE Downy

📋 copy color: '#6DCBBE'

red 109 ◦ green 203 ◦ blue 190

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

Shades of Downy #6DCBBE

Tints of Downy #6DCBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 21.71%
G = 40.44%
B = 37.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#6DCBBE (or 0x6DCBBE) is known color: Downy. HEX triplet: 6D, CB and BE. RGB value is (109,203,190). Sum of RGB (Red+Green+Blue) = 109+203+190=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBBE is #923441. Grayscale: #ADADAD. Windows color (decimal): -9581634 or 12503917. OLE color: 12503917.

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

Color convert

RGB 109 203 190 -
CMYK 0.46 0 0.06 0.20
HSL 171.7º 0.47% 0.61% -
HSV(B) 171.7º 0.46% 0.8% -
XYZ 36.96 49.68 56.36 -
YUV 173.41 137.36 82.06 -
System Red Green Blue C M Y K H S L
Decimal 109 203 190 0.46 0 0.06 0.20 171.7 0.47 0.61
Hex 6D CB BE 2E 0 6 14 AC 2F 3D
Octal 155 313 276 56 0 6 24 254 57 75
Binary 1101101 11001011 10111110 101110 0 110 10100 10101100 101111 111101

Color Harmonies of #6DCBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBBE

Black with #6DCBBE

Text Example


Text Example

White with #6DCBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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