#6BB8EA

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

Shades of Malibu #6BB8EA

Tints of Malibu #6BB8EA

Color information

#6BB8EA (or 0x6BB8EA) is unknown color: approx Malibu. HEX triplet: 6B, B8 and EA. RGB value is (107,184,234). Sum of RGB (Red+Green+Blue) = 107+184+234=525 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.38% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BB8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BB8EA is #944715. Grayscale: #A6A6A6. Windows color (decimal): -9717526 or 15382635. OLE color: 15382635.

HSL color Cylindrical-coordinate representation of color #6BB8EA: hue angle of 203.62º 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 #6BB8EA is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107184234-
CMYK0.540.2100.08
HSL203.62º75.15%66.86%-
HSV(B)203.62º54.27%91.76%-
XYZ38.0643.3584.2-
YUV166.68165.9985.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.38%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 234 (91.80% from 255) = 44.57%
R=20.38%
G=35.05%
B=44.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071842340.540.2100.08203.6275.1566.86
Hex6BB8EA361508cc4b43
Octal1532703526625010314113103
Binary1101011101110001110101011011010101010001100110010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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