#6bafe9

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

Shades of Malibu #6BAFE9

Tints of Malibu #6BAFE9

Color information

#6BAFE9 (or 0x6BAFE9) is unknown color: approx Malibu. HEX triplet: 6B, AF and E9. RGB value is (107,175,233). Sum of RGB (Red+Green+Blue) = 107+175+233=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #6BAFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFE9 is #945016. Grayscale: #A0A0A0. Windows color (decimal): -9719831 or 15314795. OLE color: 15314795.

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

Color convert

RGB107175233-
CMYK0.540.2500.09
HSL207.62º74.12%66.67%-
HSV(B)207.62º54.08%91.37%-
XYZ36.139.6782.84-
YUV161.28168.4789.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.78%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=20.78%
G=33.98%
B=45.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1071752330.540.2500.09207.6274.1266.67
Hex6BAFE9361909d04a43
Octal1532573516631011320112103
Binary1101011101011111110100111011011001010011101000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bafe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,233); }

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

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

 a { background-color: rgb(107,175,233); }

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

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

 span { border-color: rgb(107,175,233); }

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