Html Css Color HEX #6ABCDB Malibu

📋 copy color: '#6ABCDB'

red 106 ◦ green 188 ◦ blue 219

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

Shades of Malibu #6ABCDB

Tints of Malibu #6ABCDB

RGB

 RED value IS 106 (41.8% from 255) = 20.66%

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 20.66%
G = 36.65%
B = 42.69%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6ABCDB (or 0x6ABCDB) is known color: Malibu. HEX triplet: 6A, BC and DB. RGB value is (106,188,219). Sum of RGB (Red+Green+Blue) = 106+188+219=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 188 (73.83% from 255 or 36.65% 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 #6ABCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCDB is #954324. Grayscale: #A6A6A6. Windows color (decimal): -9782053 or 14400618. OLE color: 14400618.

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

Color convert

RGB 106 188 219 -
CMYK 0.52 0.14 0 0.14
HSL 196.46º 0.61% 0.64% -
HSV(B) 196.46º 0.52% 0.86% -
XYZ 36.71 44.15 73.6 -
YUV 167.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 106 188 219 0.52 0.14 0 0.14 196.46 0.61 0.64
Hex 6A BC DB 34 E 0 E C4 3D 40
Octal 152 274 333 64 16 0 16 304 75 100
Binary 1101010 10111100 11011011 110100 1110 0 1110 11000100 111101 1000000

Color Harmonies of #6ABCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCDB

Black with #6ABCDB

Text Example


Text Example

White with #6ABCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,219); }

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

background-color css

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

 a { background-color: rgb(106,188,219); }

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

border-color css

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

 span { border-color: rgb(106,188,219); }

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