Html Css Color HEX #6ABADF Malibu

📋 copy color: '#6ABADF'

red 106 ◦ green 186 ◦ blue 223

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

Shades of Malibu #6ABADF

Tints of Malibu #6ABADF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

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

R = 20.58%
G = 36.12%
B = 43.3%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ABADF (or 0x6ABADF) is known color: Malibu. HEX triplet: 6A, BA and DF. RGB value is (106,186,223). Sum of RGB (Red+Green+Blue) = 106+186+223=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ABADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABADF is #954520. Grayscale: #A6A6A6. Windows color (decimal): -9782561 or 14662250. OLE color: 14662250.

HSL color Cylindrical-coordinate representation of color #6ABADF: hue angle of 198.97º 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 #6ABADF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 186 223 -
CMYK 0.52 0.17 0 0.13
HSL 198.97º 0.65% 0.65% -
HSV(B) 198.97º 0.52% 0.87% -
XYZ 36.82 43.51 76.27 -
YUV 166.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 106 186 223 0.52 0.17 0 0.13 198.97 0.65 0.65
Hex 6A BA DF 34 11 0 D C7 41 41
Octal 152 272 337 64 21 0 15 307 101 101
Binary 1101010 10111010 11011111 110100 10001 0 1101 11000111 1000001 1000001

Color Harmonies of #6ABADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABADF

Black with #6ABADF

Text Example


Text Example

White with #6ABADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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