Html Css Color HEX #6AADEB Malibu

📋 copy color: '#6AADEB'

red 106 ◦ green 173 ◦ blue 235

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

Shades of Malibu #6AADEB

Tints of Malibu #6AADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 20.62%
G = 33.66%
B = 45.72%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AADEB (or 0x6AADEB) is known color: Malibu. HEX triplet: 6A, AD and EB. RGB value is (106,173,235). Sum of RGB (Red+Green+Blue) = 106+173+235=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADEB is #955214. Grayscale: #9F9F9F. Windows color (decimal): -9785877 or 15445354. OLE color: 15445354.

HSL color Cylindrical-coordinate representation of color #6AADEB: hue angle of 208.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AADEB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 173 235 -
CMYK 0.55 0.26 0 0.08
HSL 208.84º 0.76% 0.67% -
HSV(B) 208.84º 0.55% 0.92% -
XYZ 35.88 38.95 84.22 -
YUV 160.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 106 173 235 0.55 0.26 0 0.08 208.84 0.76 0.67
Hex 6A AD EB 37 1A 0 8 D1 4C 43
Octal 152 255 353 67 32 0 10 321 114 103
Binary 1101010 10101101 11101011 110111 11010 0 1000 11010001 1001100 1000011

Color Harmonies of #6AADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADEB

Black with #6AADEB

Text Example


Text Example

White with #6AADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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