Html Css Color HEX #6AAEDC Malibu

📋 copy color: '#6AAEDC'

red 106 ◦ green 174 ◦ blue 220

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

Shades of Malibu #6AAEDC

Tints of Malibu #6AAEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.8%

 BLUE value IS 220 (86.33% from 255) = 44%

R = 21.2%
G = 34.8%
B = 44%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6AAEDC (or 0x6AAEDC) is known color: Malibu. HEX triplet: 6A, AE and DC. RGB value is (106,174,220). Sum of RGB (Red+Green+Blue) = 106+174+220=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AAEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEDC is #955123. Grayscale: #9E9E9E. Windows color (decimal): -9785636 or 14462570. OLE color: 14462570.

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

Color convert

RGB 106 174 220 -
CMYK 0.52 0.21 0 0.14
HSL 204.21º 0.62% 0.64% -
HSV(B) 204.21º 0.52% 0.86% -
XYZ 34 38.5 73.35 -
YUV 158.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 106 174 220 0.52 0.21 0 0.14 204.21 0.62 0.64
Hex 6A AE DC 34 15 0 E CC 3E 40
Octal 152 256 334 64 25 0 16 314 76 100
Binary 1101010 10101110 11011100 110100 10101 0 1110 11001100 111110 1000000

Color Harmonies of #6AAEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEDC

Black with #6AAEDC

Text Example


Text Example

White with #6AAEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,174,220); }

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

background-color css

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

 a { background-color: rgb(106,174,220); }

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

border-color css

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

 span { border-color: rgb(106,174,220); }

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