Html Css Color HEX #6AC0DD Malibu

📋 copy color: '#6AC0DD'

red 106 ◦ green 192 ◦ blue 221

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

Shades of Malibu #6AC0DD

Tints of Malibu #6AC0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 20.42%
G = 36.99%
B = 42.58%

CMYK

 C value IS 0.52

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AC0DD (or 0x6AC0DD) is known color: Malibu. HEX triplet: 6A, C0 and DD. RGB value is (106,192,221). Sum of RGB (Red+Green+Blue) = 106+192+221=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AC0DD is #953F22. Grayscale: #A9A9A9. Windows color (decimal): -9781027 or 14532714. OLE color: 14532714.

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

Color convert

RGB 106 192 221 -
CMYK 0.52 0.13 0 0.13
HSL 195.13º 0.63% 0.64% -
HSV(B) 195.13º 0.52% 0.87% -
XYZ 37.84 45.98 75.29 -
YUV 169.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 106 192 221 0.52 0.13 0 0.13 195.13 0.63 0.64
Hex 6A C0 DD 34 D 0 D C3 3F 40
Octal 152 300 335 64 15 0 15 303 77 100
Binary 1101010 11000000 11011101 110100 1101 0 1101 11000011 111111 1000000

Color Harmonies of #6AC0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC0DD

Black with #6AC0DD

Text Example


Text Example

White with #6AC0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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