Html Css Color HEX #6ABBDF Malibu

📋 copy color: '#6ABBDF'

red 106 ◦ green 187 ◦ blue 223

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

Shades of Malibu #6ABBDF

Tints of Malibu #6ABBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.24%

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

R = 20.54%
G = 36.24%
B = 43.22%

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

#6ABBDF (or 0x6ABBDF) is known color: Malibu. HEX triplet: 6A, BB and DF. RGB value is (106,187,223). Sum of RGB (Red+Green+Blue) = 106+187+223=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ABBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBDF is #954420. Grayscale: #A6A6A6. Windows color (decimal): -9782305 or 14662506. OLE color: 14662506.

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

Color convert

RGB 106 187 223 -
CMYK 0.52 0.16 0 0.13
HSL 198.46º 0.65% 0.65% -
HSV(B) 198.46º 0.52% 0.87% -
XYZ 37.03 43.93 76.34 -
YUV 166.89 159.66 84.57 -
System Red Green Blue C M Y K H S L
Decimal 106 187 223 0.52 0.16 0 0.13 198.46 0.65 0.65
Hex 6A BB DF 34 10 0 D C6 41 41
Octal 152 273 337 64 20 0 15 306 101 101
Binary 1101010 10111011 11011111 110100 10000 0 1101 11000110 1000001 1000001

Color Harmonies of #6ABBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBDF

Black with #6ABBDF

Text Example


Text Example

White with #6ABBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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