Html Css Color HEX #6AADEC Malibu

📋 copy color: '#6AADEC'

red 106 ◦ green 173 ◦ blue 236

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

Shades of Malibu #6AADEC

Tints of Malibu #6AADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.59%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 20.58%
G = 33.59%
B = 45.83%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AADEC (or 0x6AADEC) is known color: Malibu. HEX triplet: 6A, AD and EC. RGB value is (106,173,236). Sum of RGB (Red+Green+Blue) = 106+173+236=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADEC is #955213. Grayscale: #9F9F9F. Windows color (decimal): -9785876 or 15510890. OLE color: 15510890.

HSL color Cylindrical-coordinate representation of color #6AADEC: hue angle of 209.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AADEC is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 173 236 -
CMYK 0.55 0.27 0 0.07
HSL 209.08º 0.77% 0.67% -
HSV(B) 209.08º 0.55% 0.93% -
XYZ 36.03 39.01 84.99 -
YUV 160.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 106 173 236 0.55 0.27 0 0.07 209.08 0.77 0.67
Hex 6A AD EC 37 1B 0 7 D1 4D 43
Octal 152 255 354 67 33 0 7 321 115 103
Binary 1101010 10101101 11101100 110111 11011 0 111 11010001 1001101 1000011

Color Harmonies of #6AADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADEC

Black with #6AADEC

Text Example


Text Example

White with #6AADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,173,236); }

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

background-color css

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

 a { background-color: rgb(106,173,236); }

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

border-color css

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

 span { border-color: rgb(106,173,236); }

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