Html Css Color HEX #6BC9BF Downy

📋 copy color: '#6BC9BF'

red 107 ◦ green 201 ◦ blue 191

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

Shades of Downy #6BC9BF

Tints of Downy #6BC9BF

RGB

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

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

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

R = 21.44%
G = 40.28%
B = 38.28%

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

#6BC9BF (or 0x6BC9BF) is known color: Downy. HEX triplet: 6B, C9 and BF. RGB value is (107,201,191). Sum of RGB (Red+Green+Blue) = 107+201+191=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9BF is #943640. Grayscale: #ABABAB. Windows color (decimal): -9713217 or 12568939. OLE color: 12568939.

HSL color Cylindrical-coordinate representation of color #6BC9BF: hue angle of 173.62º 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 #6BC9BF is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 107 201 191 -
CMYK 0.47 0 0.05 0.21
HSL 173.62º 0.47% 0.6% -
HSV(B) 173.62º 0.47% 0.79% -
XYZ 36.35 48.66 56.77 -
YUV 171.75 138.86 81.81 -
System Red Green Blue C M Y K H S L
Decimal 107 201 191 0.47 0 0.05 0.21 173.62 0.47 0.6
Hex 6B C9 BF 2F 0 5 15 AE 2F 3C
Octal 153 311 277 57 0 5 25 256 57 74
Binary 1101011 11001001 10111111 101111 0 101 10101 10101110 101111 111100

Color Harmonies of #6BC9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC9BF

Black with #6BC9BF

Text Example


Text Example

White with #6BC9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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