Html Css Color HEX #6ABCDD Malibu

📋 copy color: '#6ABCDD'

red 106 ◦ green 188 ◦ blue 221

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

Shades of Malibu #6ABCDD

Tints of Malibu #6ABCDD

RGB

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

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

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

R = 20.58%
G = 36.5%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6ABCDD (or 0x6ABCDD) is known color: Malibu. HEX triplet: 6A, BC and DD. RGB value is (106,188,221). Sum of RGB (Red+Green+Blue) = 106+188+221=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCDD is #954322. Grayscale: #A7A7A7. Windows color (decimal): -9782051 or 14531690. OLE color: 14531690.

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

Color convert

RGB 106 188 221 -
CMYK 0.52 0.15 0 0.13
HSL 197.22º 0.63% 0.64% -
HSV(B) 197.22º 0.52% 0.87% -
XYZ 36.98 44.25 75 -
YUV 167.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 106 188 221 0.52 0.15 0 0.13 197.22 0.63 0.64
Hex 6A BC DD 34 F 0 D C5 3F 40
Octal 152 274 335 64 17 0 15 305 77 100
Binary 1101010 10111100 11011101 110100 1111 0 1101 11000101 111111 1000000

Color Harmonies of #6ABCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCDD

Black with #6ABCDD

Text Example


Text Example

White with #6ABCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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