Html Css Color HEX #6AF0BC Downy

📋 copy color: '#6AF0BC'

red 106 ◦ green 240 ◦ blue 188

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

Shades of Downy #6AF0BC

Tints of Downy #6AF0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.21%

R = 19.85%
G = 44.94%
B = 35.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#6AF0BC (or 0x6AF0BC) is known color: Downy. HEX triplet: 6A, F0 and BC. RGB value is (106,240,188). Sum of RGB (Red+Green+Blue) = 106+240+188=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #6AF0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6AF0BC is #950F43. Grayscale: #C2C2C2. Windows color (decimal): -9768772 or 12382314. OLE color: 12382314.

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

Color convert

RGB 106 240 188 -
CMYK 0.56 0 0.22 0.06
HSL 156.72º 0.82% 0.68% -
HSV(B) 156.72º 0.56% 0.94% -
XYZ 46.18 69.02 58.46 -
YUV 194.01 124.61 65.23 -
System Red Green Blue C M Y K H S L
Decimal 106 240 188 0.56 0 0.22 0.06 156.72 0.82 0.68
Hex 6A F0 BC 38 0 16 6 9D 52 44
Octal 152 360 274 70 0 26 6 235 122 104
Binary 1101010 11110000 10111100 111000 0 10110 110 10011101 1010010 1000100

Color Harmonies of #6AF0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AF0BC

Black with #6AF0BC

Text Example


Text Example

White with #6AF0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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