Html Css Color HEX #6ABDDB Malibu

📋 copy color: '#6ABDDB'

red 106 ◦ green 189 ◦ blue 219

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

Shades of Malibu #6ABDDB

Tints of Malibu #6ABDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.77%

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

R = 20.62%
G = 36.77%
B = 42.61%

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

#6ABDDB (or 0x6ABDDB) is known color: Malibu. HEX triplet: 6A, BD and DB. RGB value is (106,189,219). Sum of RGB (Red+Green+Blue) = 106+189+219=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ABDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDB is #954224. Grayscale: #A7A7A7. Windows color (decimal): -9781797 or 14400874. OLE color: 14400874.

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

Color convert

RGB 106 189 219 -
CMYK 0.52 0.14 0 0.14
HSL 195.93º 0.61% 0.64% -
HSV(B) 195.93º 0.52% 0.86% -
XYZ 36.93 44.57 73.68 -
YUV 167.6 157 84.06 -
System Red Green Blue C M Y K H S L
Decimal 106 189 219 0.52 0.14 0 0.14 195.93 0.61 0.64
Hex 6A BD DB 34 E 0 E C4 3D 40
Octal 152 275 333 64 16 0 16 304 75 100
Binary 1101010 10111101 11011011 110100 1110 0 1110 11000100 111101 1000000

Color Harmonies of #6ABDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDDB

Black with #6ABDDB

Text Example


Text Example

White with #6ABDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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