#6BB3EA

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

Shades of Malibu #6BB3EA

Tints of Malibu #6BB3EA

Color information

#6BB3EA (or 0x6BB3EA) is unknown color: approx Malibu. HEX triplet: 6B, B3 and EA. RGB value is (107,179,234). Sum of RGB (Red+Green+Blue) = 107+179+234=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BB3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB3EA is #944C15. Grayscale: #A3A3A3. Windows color (decimal): -9718806 or 15381355. OLE color: 15381355.

HSL color Cylindrical-coordinate representation of color #6BB3EA: hue angle of 205.98º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BB3EA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107179234-
CMYK0.540.2400.08
HSL205.98º75.15%66.86%-
HSV(B)205.98º54.27%91.76%-
XYZ37.0341.3183.86-
YUV163.74167.6587.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.58%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 234 (91.80% from 255) = 45%
R=20.58%
G=34.42%
B=45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071792340.540.2400.08205.9875.1566.86
Hex6BB3EA361808ce4b43
Octal1532633526630010316113103
Binary1101011101100111110101011011011000010001100111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,179,234); }

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

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

 a { background-color: rgb(107,179,234); }

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

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

 span { border-color: rgb(107,179,234); }

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