#6BB8E7

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

Shades of Malibu #6BB8E7

Tints of Malibu #6BB8E7

Color information

#6BB8E7 (or 0x6BB8E7) is unknown color: approx Malibu. HEX triplet: 6B, B8 and E7. RGB value is (107,184,231). Sum of RGB (Red+Green+Blue) = 107+184+231=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 184 (72.27% from 255 or 35.25% 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 #6BB8E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB8E7 is #944718. Grayscale: #A6A6A6. Windows color (decimal): -9717529 or 15186027. OLE color: 15186027.

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

Color convert

RGB107184231-
CMYK0.540.2000.09
HSL202.74º72.09%66.27%-
HSV(B)202.74º53.68%90.59%-
XYZ37.6343.1881.95-
YUV166.34164.4985.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 231 (90.62% from 255) = 44.25%
R=20.50%
G=35.25%
B=44.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1071842310.540.2000.09202.7472.0966.27
Hex6BB8E7361409cb4842
Octal1532703476624011313110102
Binary1101011101110001110011111011010100010011100101110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,184,231); }

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

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

 a { background-color: rgb(107,184,231); }

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

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

 span { border-color: rgb(107,184,231); }

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