#68B6F1

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

Shades of Malibu #68B6F1

Tints of Malibu #68B6F1

Color information

#68B6F1 (or 0x68B6F1) is unknown color: approx Malibu. HEX triplet: 68, B6 and F1. RGB value is (104,182,241). Sum of RGB (Red+Green+Blue) = 104+182+241=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 182 (71.48% from 255 or 34.54% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #68B6F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B6F1 is #97490E. Grayscale: #A5A5A5. Windows color (decimal): -9914639 or 15840872. OLE color: 15840872.

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

Color convert

RGB104182241-
CMYK0.570.2400.05
HSL205.84º83.03%67.65%-
HSV(B)205.84º56.85%94.51%-
XYZ38.3142.7589.45-
YUV165.4170.6684.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 19.73%
GREEN value IS 182 (71.48% from 255) = 34.54%
BLUE value IS 241 (94.53% from 255) = 45.73%
R=19.73%
G=34.54%
B=45.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041822410.570.2400.05205.8483.0367.65
Hex68B6F1391805ce5344
Octal150266361713005316123104
Binary110100010110110111100011110011100001011100111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68B6F1; }

 p { color: rgb(104,182,241); }

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

<style>
 a { background-color: #68B6F1; }

 a { background-color: rgb(104,182,241); }

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

<style>
 span { border-color: #68B6F1; }

 span { border-color: rgb(104,182,241); }

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