Html Css Color HEX #61ACF6 Malibu

📋 copy color: '#61ACF6'

red 97 ◦ green 172 ◦ blue 246

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

Shades of Malibu #61ACF6

Tints of Malibu #61ACF6

RGB

 RED value IS 97 (38.28% from 255) = 18.83%

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 246 (96.48% from 255) = 47.77%

R = 18.83%
G = 33.4%
B = 47.77%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#61ACF6 (or 0x61ACF6) is known color: Malibu. HEX triplet: 61, AC and F6. RGB value is (97,172,246). Sum of RGB (Red+Green+Blue) = 97+172+246=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 246 (96.48% from 255 or 47.77% from 515); Max value from RGB is 246 - color contains mainly: blue. Hex color #61ACF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF6 is #9E5309. Grayscale: #9D9D9D. Windows color (decimal): -10375946 or 16165985. OLE color: 16165985.

HSL color Cylindrical-coordinate representation of color #61ACF6: hue angle of 209.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61ACF6 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 172 246 -
CMYK 0.61 0.30 0 0.04
HSL 209.8º 0.89% 0.67% -
HSV(B) 209.8º 0.61% 0.96% -
XYZ 36.32 38.7 92.74 -
YUV 158.01 177.65 84.48 -
System Red Green Blue C M Y K H S L
Decimal 97 172 246 0.61 0.30 0 0.04 209.8 0.89 0.67
Hex 61 AC F6 3D 1E 0 4 D2 59 43
Octal 141 254 366 75 36 0 4 322 131 103
Binary 1100001 10101100 11110110 111101 11110 0 100 11010010 1011001 1000011

Color Harmonies of #61ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ACF6

Black with #61ACF6

Text Example


Text Example

White with #61ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61ACF6; }

 p { color: rgb(97,172,246); }

 H1.HeaderClassName
 {
   color: #61ACF6;
 }
 .AnyTagClassName
 {
   color: #61ACF6;
 }
</style>

background-color css

<style>
 a { background-color: #61ACF6; }

 a { background-color: rgb(97,172,246); }

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

border-color css

<style>
 span { border-color: #61ACF6; }

 span { border-color: rgb(97,172,246); }

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