Html Css Color HEX #6AABDF Malibu

📋 copy color: '#6AABDF'

red 106 ◦ green 171 ◦ blue 223

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

Shades of Malibu #6AABDF

Tints of Malibu #6AABDF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 21.2%
G = 34.2%
B = 44.6%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AABDF (or 0x6AABDF) is known color: Malibu. HEX triplet: 6A, AB and DF. RGB value is (106,171,223). Sum of RGB (Red+Green+Blue) = 106+171+223=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AABDF is #955420. Grayscale: #9D9D9D. Windows color (decimal): -9786401 or 14658410. OLE color: 14658410.

HSL color Cylindrical-coordinate representation of color #6AABDF: hue angle of 206.67º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AABDF is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 171 223 -
CMYK 0.52 0.23 0 0.13
HSL 206.67º 0.65% 0.65% -
HSV(B) 206.67º 0.52% 0.87% -
XYZ 33.83 37.52 75.27 -
YUV 157.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 106 171 223 0.52 0.23 0 0.13 206.67 0.65 0.65
Hex 6A AB DF 34 17 0 D CF 41 41
Octal 152 253 337 64 27 0 15 317 101 101
Binary 1101010 10101011 11011111 110100 10111 0 1101 11001111 1000001 1000001

Color Harmonies of #6AABDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AABDF

Black with #6AABDF

Text Example


Text Example

White with #6AABDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,223); }

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

background-color css

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

 a { background-color: rgb(106,171,223); }

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

border-color css

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

 span { border-color: rgb(106,171,223); }

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