Html Css Color HEX #6BC9BD Downy

📋 copy color: '#6BC9BD'

red 107 ◦ green 201 ◦ blue 189

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

Shades of Downy #6BC9BD

Tints of Downy #6BC9BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 21.53%
G = 40.44%
B = 38.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#6BC9BD (or 0x6BC9BD) is known color: Downy. HEX triplet: 6B, C9 and BD. RGB value is (107,201,189). Sum of RGB (Red+Green+Blue) = 107+201+189=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC9BD is #943642. Grayscale: #ABABAB. Windows color (decimal): -9713219 or 12437867. OLE color: 12437867.

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

Color convert

RGB 107 201 189 -
CMYK 0.47 0 0.06 0.21
HSL 172.34º 0.47% 0.6% -
HSV(B) 172.34º 0.47% 0.79% -
XYZ 36.14 48.57 55.62 -
YUV 171.53 137.86 81.98 -
System Red Green Blue C M Y K H S L
Decimal 107 201 189 0.47 0 0.06 0.21 172.34 0.47 0.6
Hex 6B C9 BD 2F 0 6 15 AC 2F 3C
Octal 153 311 275 57 0 6 25 254 57 74
Binary 1101011 11001001 10111101 101111 0 110 10101 10101100 101111 111100

Color Harmonies of #6BC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC9BD

Black with #6BC9BD

Text Example


Text Example

White with #6BC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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