#67AADA

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

Shades of Malibu #67AADA

Tints of Malibu #67AADA

Color information

#67AADA (or 0x67AADA) is unknown color: approx Malibu. HEX triplet: 67, AA and DA. RGB value is (103,170,218). Sum of RGB (Red+Green+Blue) = 103+170+218=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #67AADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AADA is #985525. Grayscale: #9B9B9B. Windows color (decimal): -9983270 or 14330471. OLE color: 14330471.

HSL color Cylindrical-coordinate representation of color #67AADA: hue angle of 205.04º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67AADA is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB103170218-
CMYK0.530.2200.15
HSL205.04º60.85%62.94%-
HSV(B)205.04º52.75%85.49%-
XYZ32.6236.6971.69-
YUV155.44163.390.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.98%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=20.98%
G=34.62%
B=44.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1031702180.530.2200.15205.0460.8562.94
Hex67AADA35160Fcd3d3f
Octal14725233265260173157577
Binary11001111010101011011010110101101100111111001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AADA; }

 p { color: rgb(103,170,218); }

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

<style>
 a { background-color: #67AADA; }

 a { background-color: rgb(103,170,218); }

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

<style>
 span { border-color: #67AADA; }

 span { border-color: rgb(103,170,218); }

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