Html Css Color HEX #6AAEEF Malibu

📋 copy color: '#6AAEEF'

red 106 ◦ green 174 ◦ blue 239

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

Shades of Malibu #6AAEEF

Tints of Malibu #6AAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 20.42%
G = 33.53%
B = 46.05%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6AAEEF (or 0x6AAEEF) is known color: Malibu. HEX triplet: 6A, AE and EF. RGB value is (106,174,239). Sum of RGB (Red+Green+Blue) = 106+174+239=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAEEF is #955110. Grayscale: #A0A0A0. Windows color (decimal): -9785617 or 15707754. OLE color: 15707754.

HSL color Cylindrical-coordinate representation of color #6AAEEF: hue angle of 209.32º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AAEEF is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 174 239 -
CMYK 0.56 0.27 0 0.06
HSL 209.32º 0.81% 0.68% -
HSV(B) 209.32º 0.56% 0.94% -
XYZ 36.66 39.57 87.37 -
YUV 161.08 171.97 88.71 -
System Red Green Blue C M Y K H S L
Decimal 106 174 239 0.56 0.27 0 0.06 209.32 0.81 0.68
Hex 6A AE EF 38 1B 0 6 D1 51 44
Octal 152 256 357 70 33 0 6 321 121 104
Binary 1101010 10101110 11101111 111000 11011 0 110 11010001 1010001 1000100

Color Harmonies of #6AAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAEEF

Black with #6AAEEF

Text Example


Text Example

White with #6AAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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