Html Css Color HEX #6AADF0 Malibu

📋 copy color: '#6AADF0'

red 106 ◦ green 173 ◦ blue 240

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

Shades of Malibu #6AADF0

Tints of Malibu #6AADF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 20.42%
G = 33.33%
B = 46.24%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6AADF0 (or 0x6AADF0) is known color: Malibu. HEX triplet: 6A, AD and F0. RGB value is (106,173,240). Sum of RGB (Red+Green+Blue) = 106+173+240=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #6AADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADF0 is #95520F. Grayscale: #A0A0A0. Windows color (decimal): -9785872 or 15773034. OLE color: 15773034.

HSL color Cylindrical-coordinate representation of color #6AADF0: hue angle of 210º degrees, saturation: 0.82, 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 #6AADF0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 173 240 -
CMYK 0.56 0.28 0 0.06
HSL 210º 0.82% 0.68% -
HSV(B) 210º 0.56% 0.94% -
XYZ 36.62 39.24 88.08 -
YUV 160.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 106 173 240 0.56 0.28 0 0.06 210 0.82 0.68
Hex 6A AD F0 38 1C 0 6 D2 52 44
Octal 152 255 360 70 34 0 6 322 122 104
Binary 1101010 10101101 11110000 111000 11100 0 110 11010010 1010010 1000100

Color Harmonies of #6AADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AADF0

Black with #6AADF0

Text Example


Text Example

White with #6AADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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