#61AFF1

Color #61AFF1 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #61AFF1

Tints of Malibu #61AFF1

Color information

#61AFF1 (or 0x61AFF1) is unknown color: approx Malibu. HEX triplet: 61, AF and F1. RGB value is (97,175,241). Sum of RGB (Red+Green+Blue) = 97+175+241=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #61AFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AFF1 is #9E500E. Grayscale: #9E9E9E. Windows color (decimal): -10375183 or 15839073. OLE color: 15839073.

HSL color Cylindrical-coordinate representation of color #61AFF1: hue angle of 207.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61AFF1 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97175241-
CMYK0.600.2700.05
HSL207.5º83.72%66.27%-
HSV(B)207.5º59.75%94.51%-
XYZ36.1439.5588.95-
YUV159.2174.1683.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.91%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=18.91%
G=34.11%
B=46.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971752410.600.2700.05207.583.7266.27
Hex61AFF13C1B05d05442
Octal141257361743305320124102
Binary110000110101111111100011111001101101011101000010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,241); }

 H1.HeaderClassName
 {
   color: #61AFF1;
 }
 .AnyTagClassName
 {
   color: #61AFF1;
 }
</style>
background-color css

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

 a { background-color: rgb(97,175,241); }

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

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

 span { border-color: rgb(97,175,241); }

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