Html Css Color HEX #6AB1DF Malibu

📋 copy color: '#6AB1DF'

red 106 ◦ green 177 ◦ blue 223

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

Shades of Malibu #6AB1DF

Tints of Malibu #6AB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

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

R = 20.95%
G = 34.98%
B = 44.07%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AB1DF (or 0x6AB1DF) is known color: Malibu. HEX triplet: 6A, B1 and DF. RGB value is (106,177,223). Sum of RGB (Red+Green+Blue) = 106+177+223=506 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.95% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #6AB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AB1DF is #954E20. Grayscale: #A0A0A0. Windows color (decimal): -9784865 or 14659946. OLE color: 14659946.

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

Color convert

RGB 106 177 223 -
CMYK 0.52 0.21 0 0.13
HSL 203.59º 0.65% 0.65% -
HSV(B) 203.59º 0.52% 0.87% -
XYZ 34.99 39.84 75.66 -
YUV 161.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 106 177 223 0.52 0.21 0 0.13 203.59 0.65 0.65
Hex 6A B1 DF 34 15 0 D CC 41 41
Octal 152 261 337 64 25 0 15 314 101 101
Binary 1101010 10110001 11011111 110100 10101 0 1101 11001100 1000001 1000001

Color Harmonies of #6AB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB1DF

Black with #6AB1DF

Text Example


Text Example

White with #6AB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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