#6BC3D9

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

Shades of Malibu #6BC3D9

Tints of Malibu #6BC3D9

Color information

#6BC3D9 (or 0x6BC3D9) is unknown color: approx Malibu. HEX triplet: 6B, C3 and D9. RGB value is (107,195,217). Sum of RGB (Red+Green+Blue) = 107+195+217=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BC3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC3D9 is #943C26. Grayscale: #ABABAB. Windows color (decimal): -9714727 or 14271339. OLE color: 14271339.

HSL color Cylindrical-coordinate representation of color #6BC3D9: hue angle of 192º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC3D9 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107195217-
CMYK0.510.1000.15
HSL192º59.14%63.53%-
HSV(B)192º50.69%85.1%-
XYZ38.147.1772.74-
YUV171.2153.8582.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.62%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=20.62%
G=37.57%
B=41.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071952170.510.1000.1519259.1463.53
Hex6BC3D933A0Fc03b40
Octal153303331631201730073100
Binary11010111100001111011001110011101001111110000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,195,217); }

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

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

 a { background-color: rgb(107,195,217); }

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

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

 span { border-color: rgb(107,195,217); }

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