#67B1D7

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

Shades of Malibu #67B1D7

Tints of Malibu #67B1D7

Color information

#67B1D7 (or 0x67B1D7) is unknown color: approx Malibu. HEX triplet: 67, B1 and D7. RGB value is (103,177,215). Sum of RGB (Red+Green+Blue) = 103+177+215=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 215 - color contains mainly: blue. Hex color #67B1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B1D7 is #984E28. Grayscale: #9E9E9E. Windows color (decimal): -9981481 or 14135655. OLE color: 14135655.

HSL color Cylindrical-coordinate representation of color #67B1D7: hue angle of 200.36º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67B1D7 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB103177215-
CMYK0.520.1800.16
HSL200.36º58.33%62.35%-
HSV(B)200.36º52.09%84.31%-
XYZ33.5839.2370.09-
YUV159.21159.4887.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.81%
GREEN value IS 177 (69.53% from 255) = 35.76%
BLUE value IS 215 (84.38% from 255) = 43.43%
R=20.81%
G=35.76%
B=43.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1031772150.520.1800.16200.3658.3362.35
Hex67B1D73412010c83a3e
Octal14726132764220203107276
Binary110011110110001110101111101001001001000011001000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,177,215); }

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

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

 a { background-color: rgb(103,177,215); }

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

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

 span { border-color: rgb(103,177,215); }

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