Html Css Color HEX #6DCBBF Downy

📋 copy color: '#6DCBBF'

red 109 ◦ green 203 ◦ blue 191

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

Shades of Downy #6DCBBF

Tints of Downy #6DCBBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.97%

R = 21.67%
G = 40.36%
B = 37.97%

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

#6DCBBF (or 0x6DCBBF) is known color: Downy. HEX triplet: 6D, CB and BF. RGB value is (109,203,191). Sum of RGB (Red+Green+Blue) = 109+203+191=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 203 (79.69% from 255 or 40.36% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBBF is #923440. Grayscale: #ADADAD. Windows color (decimal): -9581633 or 12569453. OLE color: 12569453.

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

Color convert

RGB 109 203 191 -
CMYK 0.46 0 0.06 0.20
HSL 172.34º 0.47% 0.61% -
HSV(B) 172.34º 0.46% 0.8% -
XYZ 37.07 49.72 56.93 -
YUV 173.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 109 203 191 0.46 0 0.06 0.20 172.34 0.47 0.61
Hex 6D CB BF 2E 0 6 14 AC 2F 3D
Octal 155 313 277 56 0 6 24 254 57 75
Binary 1101101 11001011 10111111 101110 0 110 10100 10101100 101111 111101

Color Harmonies of #6DCBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCBBF

Black with #6DCBBF

Text Example


Text Example

White with #6DCBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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