Html Css Color HEX #6BACDB Malibu

📋 copy color: '#6BACDB'

red 107 ◦ green 172 ◦ blue 219

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

Shades of Malibu #6BACDB

Tints of Malibu #6BACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 21.49%
G = 34.54%
B = 43.98%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6BACDB (or 0x6BACDB) is known color: Malibu. HEX triplet: 6B, AC and DB. RGB value is (107,172,219). Sum of RGB (Red+Green+Blue) = 107+172+219=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACDB is #945324. Grayscale: #9D9D9D. Windows color (decimal): -9720613 or 14396523. OLE color: 14396523.

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

Color convert

RGB 107 172 219 -
CMYK 0.51 0.21 0 0.14
HSL 205.18º 0.61% 0.64% -
HSV(B) 205.18º 0.51% 0.86% -
XYZ 33.6 37.75 72.53 -
YUV 157.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 107 172 219 0.51 0.21 0 0.14 205.18 0.61 0.64
Hex 6B AC DB 33 15 0 E CD 3D 40
Octal 153 254 333 63 25 0 16 315 75 100
Binary 1101011 10101100 11011011 110011 10101 0 1110 11001101 111101 1000000

Color Harmonies of #6BACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACDB

Black with #6BACDB

Text Example


Text Example

White with #6BACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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