#6FB5E7

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

Shades of Malibu #6FB5E7

Tints of Malibu #6FB5E7

Color information

#6FB5E7 (or 0x6FB5E7) is unknown color: approx Malibu. HEX triplet: 6F, B5 and E7. RGB value is (111,181,231). Sum of RGB (Red+Green+Blue) = 111+181+231=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FB5E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB5E7 is #904A18. Grayscale: #A5A5A5. Windows color (decimal): -9456153 or 15185263. OLE color: 15185263.

HSL color Cylindrical-coordinate representation of color #6FB5E7: hue angle of 205º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FB5E7 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111181231-
CMYK0.520.2200.09
HSL205º71.43%67.06%-
HSV(B)205º51.95%90.59%-
XYZ37.542.281.77-
YUV165.77164.8188.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.22%
GREEN value IS 181 (71.09% from 255) = 34.61%
BLUE value IS 231 (90.62% from 255) = 44.17%
R=21.22%
G=34.61%
B=44.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1111812310.520.2200.0920571.4367.06
Hex6FB5E7341609cd4743
Octal1572653476426011315107103
Binary1101111101101011110011111010010110010011100110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB5E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,181,231); }

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

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

 a { background-color: rgb(111,181,231); }

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

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

 span { border-color: rgb(111,181,231); }

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