#6BC4DB

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

Shades of Malibu #6BC4DB

Tints of Malibu #6BC4DB

Color information

#6BC4DB (or 0x6BC4DB) is unknown color: approx Malibu. HEX triplet: 6B, C4 and DB. RGB value is (107,196,219). Sum of RGB (Red+Green+Blue) = 107+196+219=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC4DB is #943B24. Grayscale: #ABABAB. Windows color (decimal): -9714469 or 14402667. OLE color: 14402667.

HSL color Cylindrical-coordinate representation of color #6BC4DB: hue angle of 192.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BC4DB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107196219-
CMYK0.510.1100.14
HSL192.32º60.87%63.92%-
HSV(B)192.32º51.14%85.88%-
XYZ38.5947.7274.19-
YUV172.01154.5181.63-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.50%
GREEN value IS 196 (76.95% from 255) = 37.55%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=20.50%
G=37.55%
B=41.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071962190.510.1100.14192.3260.8763.92
Hex6BC4DB33B0Ec03d40
Octal153304333631301630075100
Binary11010111100010011011011110011101101110110000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,196,219); }

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

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

 a { background-color: rgb(107,196,219); }

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

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

 span { border-color: rgb(107,196,219); }

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