#67A8E6

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

Shades of Malibu #67A8E6

Tints of Malibu #67A8E6

Color information

#67A8E6 (or 0x67A8E6) is unknown color: approx Malibu. HEX triplet: 67, A8 and E6. RGB value is (103,168,230). Sum of RGB (Red+Green+Blue) = 103+168+230=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #67A8E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67A8E6 is #985719. Grayscale: #9B9B9B. Windows color (decimal): -9983770 or 15116391. OLE color: 15116391.

HSL color Cylindrical-coordinate representation of color #67A8E6: hue angle of 209.29º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67A8E6 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB103168230-
CMYK0.550.2700.10
HSL209.29º71.75%65.29%-
HSV(B)209.29º55.22%90.2%-
XYZ33.8836.680.14-
YUV155.63169.9790.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.56%
GREEN value IS 168 (66.02% from 255) = 33.53%
BLUE value IS 230 (90.23% from 255) = 45.91%
R=20.56%
G=33.53%
B=45.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1031682300.550.2700.10209.2971.7565.29
Hex67A8E6371B0Ad14841
Octal1472503466733012321110101
Binary1100111101010001110011011011111011010101101000110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,168,230); }

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

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

 a { background-color: rgb(103,168,230); }

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

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

 span { border-color: rgb(103,168,230); }

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