#61AFD7

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

Shades of Malibu #61AFD7

Tints of Malibu #61AFD7

Color information

#61AFD7 (or 0x61AFD7) is unknown color: approx Malibu. HEX triplet: 61, AF and D7. RGB value is (97,175,215). Sum of RGB (Red+Green+Blue) = 97+175+215=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #61AFD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFD7 is #9E5028. Grayscale: #9C9C9C. Windows color (decimal): -10375209 or 14135137. OLE color: 14135137.

HSL color Cylindrical-coordinate representation of color #61AFD7: hue angle of 200.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61AFD7 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97175215-
CMYK0.550.1900.16
HSL200.34º59.6%61.18%-
HSV(B)200.34º54.88%84.31%-
XYZ32.5338.1169.93-
YUV156.24161.1685.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=19.92%
G=35.93%
B=44.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971752150.550.1900.16200.3459.661.18
Hex61AFD73713010c83c3d
Octal14125732767230203107475
Binary110000110101111110101111101111001101000011001000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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