Html Css Color HEX #6BC9B4 Downy

📋 copy color: '#6BC9B4'

red 107 ◦ green 201 ◦ blue 180

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

Shades of Downy #6BC9B4

Tints of Downy #6BC9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 21.93%
G = 41.19%
B = 36.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#6BC9B4 (or 0x6BC9B4) is known color: Downy. HEX triplet: 6B, C9 and B4. RGB value is (107,201,180). Sum of RGB (Red+Green+Blue) = 107+201+180=488 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.93% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9B4 is #94364B. Grayscale: #AAAAAA. Windows color (decimal): -9713228 or 11848043. OLE color: 11848043.

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

Color convert

RGB 107 201 180 -
CMYK 0.47 0 0.10 0.21
HSL 166.6º 0.47% 0.6% -
HSV(B) 166.6º 0.47% 0.79% -
XYZ 35.19 48.19 50.63 -
YUV 170.5 133.36 82.71 -
System Red Green Blue C M Y K H S L
Decimal 107 201 180 0.47 0 0.10 0.21 166.6 0.47 0.6
Hex 6B C9 B4 2F 0 A 15 A7 2F 3C
Octal 153 311 264 57 0 12 25 247 57 74
Binary 1101011 11001001 10110100 101111 0 1010 10101 10100111 101111 111100

Color Harmonies of #6BC9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC9B4

Black with #6BC9B4

Text Example


Text Example

White with #6BC9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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