#67AFF1

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

Shades of Malibu #67AFF1

Tints of Malibu #67AFF1

Color information

#67AFF1 (or 0x67AFF1) is unknown color: approx Malibu. HEX triplet: 67, AF and F1. RGB value is (103,175,241). Sum of RGB (Red+Green+Blue) = 103+175+241=519 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.85% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #67AFF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFF1 is #98500E. Grayscale: #A0A0A0. Windows color (decimal): -9981967 or 15839079. OLE color: 15839079.

HSL color Cylindrical-coordinate representation of color #67AFF1: hue angle of 208.7º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67AFF1 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103175241-
CMYK0.570.2700.05
HSL208.7º83.13%67.45%-
HSV(B)208.7º57.26%94.51%-
XYZ36.839.8988.98-
YUV161173.1586.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.85%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=19.85%
G=33.72%
B=46.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1031752410.570.2700.05208.783.1367.45
Hex67AFF1391B05d15343
Octal147257361713305321123103
Binary110011110101111111100011110011101101011101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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