Html Css Color HEX #6BC9BE Downy

📋 copy color: '#6BC9BE'

red 107 ◦ green 201 ◦ blue 190

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

Shades of Downy #6BC9BE

Tints of Downy #6BC9BE

RGB

 RED value IS 107 (42.19% from 255) = 21.49%

 GREEN value IS 201 (78.91% from 255) = 40.36%

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

R = 21.49%
G = 40.36%
B = 38.15%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#6BC9BE (or 0x6BC9BE) is known color: Downy. HEX triplet: 6B, C9 and BE. RGB value is (107,201,190). Sum of RGB (Red+Green+Blue) = 107+201+190=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9BE is #943641. Grayscale: #ABABAB. Windows color (decimal): -9713218 or 12503403. OLE color: 12503403.

HSL color Cylindrical-coordinate representation of color #6BC9BE: hue angle of 172.98º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC9BE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 201 190 -
CMYK 0.47 0 0.05 0.21
HSL 172.98º 0.47% 0.6% -
HSV(B) 172.98º 0.47% 0.79% -
XYZ 36.24 48.62 56.19 -
YUV 171.64 138.36 81.89 -
System Red Green Blue C M Y K H S L
Decimal 107 201 190 0.47 0 0.05 0.21 172.98 0.47 0.6
Hex 6B C9 BE 2F 0 5 15 AD 2F 3C
Octal 153 311 276 57 0 5 25 255 57 74
Binary 1101011 11001001 10111110 101111 0 101 10101 10101101 101111 111100

Color Harmonies of #6BC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC9BE

Black with #6BC9BE

Text Example


Text Example

White with #6BC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,201,190); }

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

background-color css

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

 a { background-color: rgb(107,201,190); }

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

border-color css

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

 span { border-color: rgb(107,201,190); }

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