Html Css Color HEX #6BACD6 Malibu

📋 copy color: '#6BACD6'

red 107 ◦ green 172 ◦ blue 214

#6BACD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #6BACD6

Tints of Malibu #6BACD6

RGB

 RED value IS 107 (42.19% from 255) = 21.7%

 GREEN value IS 172 (67.58% from 255) = 34.89%

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 21.7%
G = 34.89%
B = 43.41%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BACD6 (or 0x6BACD6) is known color: Malibu. HEX triplet: 6B, AC and D6. RGB value is (107,172,214). Sum of RGB (Red+Green+Blue) = 107+172+214=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #6BACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACD6 is #945329. Grayscale: #9D9D9D. Windows color (decimal): -9720618 or 14068843. OLE color: 14068843.

HSL color Cylindrical-coordinate representation of color #6BACD6: hue angle of 203.55º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BACD6 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 172 214 -
CMYK 0.50 0.20 0 0.16
HSL 203.55º 0.57% 0.63% -
HSV(B) 203.55º 0.5% 0.84% -
XYZ 32.95 37.49 69.12 -
YUV 157.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 107 172 214 0.50 0.20 0 0.16 203.55 0.57 0.63
Hex 6B AC D6 32 14 0 10 CC 39 3F
Octal 153 254 326 62 24 0 20 314 71 77
Binary 1101011 10101100 11010110 110010 10100 0 10000 11001100 111001 111111

Color Harmonies of #6BACD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACD6

Black with #6BACD6

Text Example


Text Example

White with #6BACD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,214); }

 H1.HeaderClassName
 {
   color: #6BACD6;
 }
 .AnyTagClassName
 {
   color: #6BACD6;
 }
</style>

background-color css

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

 a { background-color: rgb(107,172,214); }

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

border-color css

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

 span { border-color: rgb(107,172,214); }

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