Html Css Color HEX #6AB9DD Malibu

📋 copy color: '#6AB9DD'

red 106 ◦ green 185 ◦ blue 221

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

Shades of Malibu #6AB9DD

Tints of Malibu #6AB9DD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 20.7%
G = 36.13%
B = 43.16%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AB9DD (or 0x6AB9DD) is known color: Malibu. HEX triplet: 6A, B9 and DD. RGB value is (106,185,221). Sum of RGB (Red+Green+Blue) = 106+185+221=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AB9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB9DD is #954622. Grayscale: #A5A5A5. Windows color (decimal): -9782819 or 14530922. OLE color: 14530922.

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

Color convert

RGB 106 185 221 -
CMYK 0.52 0.16 0 0.13
HSL 198.78º 0.63% 0.64% -
HSV(B) 198.78º 0.52% 0.87% -
XYZ 36.34 42.98 74.79 -
YUV 165.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 106 185 221 0.52 0.16 0 0.13 198.78 0.63 0.64
Hex 6A B9 DD 34 10 0 D C7 3F 40
Octal 152 271 335 64 20 0 15 307 77 100
Binary 1101010 10111001 11011101 110100 10000 0 1101 11000111 111111 1000000

Color Harmonies of #6AB9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9DD

Black with #6AB9DD

Text Example


Text Example

White with #6AB9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,221); }

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

background-color css

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

 a { background-color: rgb(106,185,221); }

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

border-color css

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

 span { border-color: rgb(106,185,221); }

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