#6FC3EA

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

Shades of Malibu #6FC3EA

Tints of Malibu #6FC3EA

Color information

#6FC3EA (or 0x6FC3EA) is unknown color: approx Malibu. HEX triplet: 6F, C3 and EA. RGB value is (111,195,234). Sum of RGB (Red+Green+Blue) = 111+195+234=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FC3EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC3EA is #903C15. Grayscale: #AEAEAE. Windows color (decimal): -9452566 or 15385455. OLE color: 15385455.

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

Color convert

RGB111195234-
CMYK0.530.1700.08
HSL199.02º74.55%67.65%-
HSV(B)199.02º52.56%91.76%-
XYZ40.9248.3585.02-
YUV174.33161.6782.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.56%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=20.56%
G=36.11%
B=43.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111952340.530.1700.08199.0274.5567.65
Hex6FC3EA351108c74b44
Octal1573033526521010307113104
Binary1101111110000111110101011010110001010001100011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,195,234); }

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

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

 a { background-color: rgb(111,195,234); }

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

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

 span { border-color: rgb(111,195,234); }

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