Html Css Color HEX #6ABCDF Malibu

📋 copy color: '#6ABCDF'

red 106 ◦ green 188 ◦ blue 223

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

Shades of Malibu #6ABCDF

Tints of Malibu #6ABCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 20.5%
G = 36.36%
B = 43.13%

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

#6ABCDF (or 0x6ABCDF) is known color: Malibu. HEX triplet: 6A, BC and DF. RGB value is (106,188,223). Sum of RGB (Red+Green+Blue) = 106+188+223=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ABCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCDF is #954320. Grayscale: #A7A7A7. Windows color (decimal): -9782049 or 14662762. OLE color: 14662762.

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

Color convert

RGB 106 188 223 -
CMYK 0.52 0.16 0 0.13
HSL 197.95º 0.65% 0.65% -
HSV(B) 197.95º 0.52% 0.87% -
XYZ 37.25 44.36 76.41 -
YUV 167.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 106 188 223 0.52 0.16 0 0.13 197.95 0.65 0.65
Hex 6A BC DF 34 10 0 D C6 41 41
Octal 152 274 337 64 20 0 15 306 101 101
Binary 1101010 10111100 11011111 110100 10000 0 1101 11000110 1000001 1000001

Color Harmonies of #6ABCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCDF

Black with #6ABCDF

Text Example


Text Example

White with #6ABCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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