Html Css Color HEX #6AAEDB Malibu

📋 copy color: '#6AAEDB'

red 106 ◦ green 174 ◦ blue 219

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

Shades of Malibu #6AAEDB

Tints of Malibu #6AAEDB

RGB

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

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

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

R = 21.24%
G = 34.87%
B = 43.89%

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

#6AAEDB (or 0x6AAEDB) is known color: Malibu. HEX triplet: 6A, AE and DB. RGB value is (106,174,219). Sum of RGB (Red+Green+Blue) = 106+174+219=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEDB is #955124. Grayscale: #9E9E9E. Windows color (decimal): -9785637 or 14397034. OLE color: 14397034.

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

Color convert

RGB 106 174 219 -
CMYK 0.52 0.21 0 0.14
HSL 203.89º 0.61% 0.64% -
HSV(B) 203.89º 0.52% 0.86% -
XYZ 33.87 38.45 72.65 -
YUV 158.8 161.97 90.34 -
System Red Green Blue C M Y K H S L
Decimal 106 174 219 0.52 0.21 0 0.14 203.89 0.61 0.64
Hex 6A AE DB 34 15 0 E CC 3D 40
Octal 152 256 333 64 25 0 16 314 75 100
Binary 1101010 10101110 11011011 110100 10101 0 1110 11001100 111101 1000000

Color Harmonies of #6AAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEDB

Black with #6AAEDB

Text Example


Text Example

White with #6AAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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