Html Css Color HEX #6CBADB Malibu

📋 copy color: '#6CBADB'

red 108 ◦ green 186 ◦ blue 219

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

Shades of Malibu #6CBADB

Tints of Malibu #6CBADB

RGB

 RED value IS 108 (42.58% from 255) = 21.05%

 GREEN value IS 186 (73.05% from 255) = 36.26%

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

R = 21.05%
G = 36.26%
B = 42.69%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CBADB (or 0x6CBADB) is known color: Malibu. HEX triplet: 6C, BA and DB. RGB value is (108,186,219). Sum of RGB (Red+Green+Blue) = 108+186+219=513 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.05% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBADB is #934524. Grayscale: #A6A6A6. Windows color (decimal): -9651493 or 14400108. OLE color: 14400108.

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

Color convert

RGB 108 186 219 -
CMYK 0.51 0.15 0 0.14
HSL 197.84º 0.61% 0.64% -
HSV(B) 197.84º 0.51% 0.86% -
XYZ 36.53 43.42 73.47 -
YUV 166.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 108 186 219 0.51 0.15 0 0.14 197.84 0.61 0.64
Hex 6C BA DB 33 F 0 E C6 3D 40
Octal 154 272 333 63 17 0 16 306 75 100
Binary 1101100 10111010 11011011 110011 1111 0 1110 11000110 111101 1000000

Color Harmonies of #6CBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBADB

Black with #6CBADB

Text Example


Text Example

White with #6CBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,219); }

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

background-color css

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

 a { background-color: rgb(108,186,219); }

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

border-color css

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

 span { border-color: rgb(108,186,219); }

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