Html Css Color HEX #6AC0DB Malibu

📋 copy color: '#6AC0DB'

red 106 ◦ green 192 ◦ blue 219

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

Shades of Malibu #6AC0DB

Tints of Malibu #6AC0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.14%

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

R = 20.5%
G = 37.14%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AC0DB (or 0x6AC0DB) is known color: Malibu. HEX triplet: 6A, C0 and DB. RGB value is (106,192,219). Sum of RGB (Red+Green+Blue) = 106+192+219=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AC0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC0DB is #953F24. Grayscale: #A9A9A9. Windows color (decimal): -9781029 or 14401642. OLE color: 14401642.

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

Color convert

RGB 106 192 219 -
CMYK 0.52 0.12 0 0.14
HSL 194.34º 0.61% 0.64% -
HSV(B) 194.34º 0.52% 0.86% -
XYZ 37.58 45.88 73.89 -
YUV 169.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 106 192 219 0.52 0.12 0 0.14 194.34 0.61 0.64
Hex 6A C0 DB 34 C 0 E C2 3D 40
Octal 152 300 333 64 14 0 16 302 75 100
Binary 1101010 11000000 11011011 110100 1100 0 1110 11000010 111101 1000000

Color Harmonies of #6AC0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0DB

Black with #6AC0DB

Text Example


Text Example

White with #6AC0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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