#6CB7E7

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

Shades of Malibu #6CB7E7

Tints of Malibu #6CB7E7

Color information

#6CB7E7 (or 0x6CB7E7) is unknown color: approx Malibu. HEX triplet: 6C, B7 and E7. RGB value is (108,183,231). Sum of RGB (Red+Green+Blue) = 108+183+231=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CB7E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CB7E7 is #934818. Grayscale: #A5A5A5. Windows color (decimal): -9652249 or 15185772. OLE color: 15185772.

HSL color Cylindrical-coordinate representation of color #6CB7E7: hue angle of 203.41º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CB7E7 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB108183231-
CMYK0.530.2100.09
HSL203.41º71.93%66.47%-
HSV(B)203.41º53.25%90.59%-
XYZ37.5442.8281.89-
YUV166.05164.6586.6-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=20.69%
G=35.06%
B=44.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1081832310.530.2100.09203.4171.9366.47
Hex6CB7E7351509cb4842
Octal1542673476525011313110102
Binary1101100101101111110011111010110101010011100101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CB7E7; }

 p { color: rgb(108,183,231); }

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

<style>
 a { background-color: #6CB7E7; }

 a { background-color: rgb(108,183,231); }

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

<style>
 span { border-color: #6CB7E7; }

 span { border-color: rgb(108,183,231); }

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