Html Css Color HEX #6ABCDE Malibu

📋 copy color: '#6ABCDE'

red 106 ◦ green 188 ◦ blue 222

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

Shades of Malibu #6ABCDE

Tints of Malibu #6ABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 20.54%
G = 36.43%
B = 43.02%

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

#6ABCDE (or 0x6ABCDE) is known color: Malibu. HEX triplet: 6A, BC and DE. RGB value is (106,188,222). Sum of RGB (Red+Green+Blue) = 106+188+222=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCDE is #954321. Grayscale: #A7A7A7. Windows color (decimal): -9782050 or 14597226. OLE color: 14597226.

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

Color convert

RGB 106 188 222 -
CMYK 0.52 0.15 0 0.13
HSL 197.59º 0.64% 0.64% -
HSV(B) 197.59º 0.52% 0.87% -
XYZ 37.11 44.3 75.7 -
YUV 167.36 158.83 84.24 -
System Red Green Blue C M Y K H S L
Decimal 106 188 222 0.52 0.15 0 0.13 197.59 0.64 0.64
Hex 6A BC DE 34 F 0 D C6 40 40
Octal 152 274 336 64 17 0 15 306 100 100
Binary 1101010 10111100 11011110 110100 1111 0 1101 11000110 1000000 1000000

Color Harmonies of #6ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCDE

Black with #6ABCDE

Text Example


Text Example

White with #6ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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