Html Css Color HEX #6AF0BD Downy

📋 copy color: '#6AF0BD'

red 106 ◦ green 240 ◦ blue 189

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

Shades of Downy #6AF0BD

Tints of Downy #6AF0BD

RGB

 RED value IS 106 (41.8% from 255) = 19.81%

 GREEN value IS 240 (94.14% from 255) = 44.86%

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

R = 19.81%
G = 44.86%
B = 35.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#6AF0BD (or 0x6AF0BD) is known color: Downy. HEX triplet: 6A, F0 and BD. RGB value is (106,240,189). Sum of RGB (Red+Green+Blue) = 106+240+189=535 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.81% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0BD is #950F42. Grayscale: #C2C2C2. Windows color (decimal): -9768771 or 12447850. OLE color: 12447850.

HSL color Cylindrical-coordinate representation of color #6AF0BD: hue angle of 157.16º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AF0BD is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 240 189 -
CMYK 0.56 0 0.21 0.06
HSL 157.16º 0.82% 0.68% -
HSV(B) 157.16º 0.56% 0.94% -
XYZ 46.29 69.06 59.03 -
YUV 194.12 125.11 65.15 -
System Red Green Blue C M Y K H S L
Decimal 106 240 189 0.56 0 0.21 0.06 157.16 0.82 0.68
Hex 6A F0 BD 38 0 15 6 9D 52 44
Octal 152 360 275 70 0 25 6 235 122 104
Binary 1101010 11110000 10111101 111000 0 10101 110 10011101 1010010 1000100

Color Harmonies of #6AF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0BD

Black with #6AF0BD

Text Example


Text Example

White with #6AF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,240,189); }

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

background-color css

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

 a { background-color: rgb(106,240,189); }

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

border-color css

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

 span { border-color: rgb(106,240,189); }

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