Html Css Color HEX #6AAFF0 Malibu

📋 copy color: '#6AAFF0'

red 106 ◦ green 175 ◦ blue 240

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

Shades of Malibu #6AAFF0

Tints of Malibu #6AAFF0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 20.35%
G = 33.59%
B = 46.07%

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

#6AAFF0 (or 0x6AAFF0) is known color: Malibu. HEX triplet: 6A, AF and F0. RGB value is (106,175,240). Sum of RGB (Red+Green+Blue) = 106+175+240=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #6AAFF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFF0 is #95500F. Grayscale: #A1A1A1. Windows color (decimal): -9785360 or 15773546. OLE color: 15773546.

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

Color convert

RGB 106 175 240 -
CMYK 0.56 0.27 0 0.06
HSL 209.1º 0.82% 0.68% -
HSV(B) 209.1º 0.56% 0.94% -
XYZ 37 40.02 88.21 -
YUV 161.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 106 175 240 0.56 0.27 0 0.06 209.1 0.82 0.68
Hex 6A AF F0 38 1B 0 6 D1 52 44
Octal 152 257 360 70 33 0 6 321 122 104
Binary 1101010 10101111 11110000 111000 11011 0 110 11010001 1010010 1000100

Color Harmonies of #6AAFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFF0

Black with #6AAFF0

Text Example


Text Example

White with #6AAFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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