#61b0e7

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

Shades of Malibu #61B0E7

Tints of Malibu #61B0E7

Color information

#61B0E7 (or 0x61B0E7) is unknown color: approx Malibu. HEX triplet: 61, B0 and E7. RGB value is (97,176,231). Sum of RGB (Red+Green+Blue) = 97+176+231=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #61B0E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B0E7 is #9E4F18. Grayscale: #9E9E9E. Windows color (decimal): -10374937 or 15183969. OLE color: 15183969.

HSL color Cylindrical-coordinate representation of color #61B0E7: hue angle of 204.63º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61B0E7 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97176231-
CMYK0.580.2400.09
HSL204.63º73.63%64.31%-
HSV(B)204.63º58.01%90.59%-
XYZ34.8839.3681.36-
YUV158.65168.8384.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 231 (90.62% from 255) = 45.83%
R=19.25%
G=34.92%
B=45.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971762310.580.2400.09204.6373.6364.31
Hex61B0E73A1809cd4a40
Octal1412603477230011315112100
Binary1100001101100001110011111101011000010011100110110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61b0e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,231); }

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

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

 a { background-color: rgb(97,176,231); }

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

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

 span { border-color: rgb(97,176,231); }

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