Html Css Color HEX #6AAEDF Malibu

📋 copy color: '#6AAEDF'

red 106 ◦ green 174 ◦ blue 223

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

Shades of Malibu #6AAEDF

Tints of Malibu #6AAEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 21.07%
G = 34.59%
B = 44.33%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AAEDF (or 0x6AAEDF) is known color: Malibu. HEX triplet: 6A, AE and DF. RGB value is (106,174,223). Sum of RGB (Red+Green+Blue) = 106+174+223=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AAEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEDF is #955120. Grayscale: #9E9E9E. Windows color (decimal): -9785633 or 14659178. OLE color: 14659178.

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

Color convert

RGB 106 174 223 -
CMYK 0.52 0.22 0 0.13
HSL 205.13º 0.65% 0.65% -
HSV(B) 205.13º 0.52% 0.87% -
XYZ 34.4 38.66 75.46 -
YUV 159.25 163.97 90.02 -
System Red Green Blue C M Y K H S L
Decimal 106 174 223 0.52 0.22 0 0.13 205.13 0.65 0.65
Hex 6A AE DF 34 16 0 D CD 41 41
Octal 152 256 337 64 26 0 15 315 101 101
Binary 1101010 10101110 11011111 110100 10110 0 1101 11001101 1000001 1000001

Color Harmonies of #6AAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEDF

Black with #6AAEDF

Text Example


Text Example

White with #6AAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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