Html Css Color HEX #6AACDE Malibu

📋 copy color: '#6AACDE'

red 106 ◦ green 172 ◦ blue 222

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

Shades of Malibu #6AACDE

Tints of Malibu #6AACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

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

R = 21.2%
G = 34.4%
B = 44.4%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AACDE (or 0x6AACDE) is known color: Malibu. HEX triplet: 6A, AC and DE. RGB value is (106,172,222). Sum of RGB (Red+Green+Blue) = 106+172+222=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AACDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AACDE is #955321. Grayscale: #9D9D9D. Windows color (decimal): -9786146 or 14593130. OLE color: 14593130.

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

Color convert

RGB 106 172 222 -
CMYK 0.52 0.23 0 0.13
HSL 205.86º 0.64% 0.64% -
HSV(B) 205.86º 0.52% 0.87% -
XYZ 33.88 37.84 74.63 -
YUV 157.97 164.13 90.93 -
System Red Green Blue C M Y K H S L
Decimal 106 172 222 0.52 0.23 0 0.13 205.86 0.64 0.64
Hex 6A AC DE 34 17 0 D CE 40 40
Octal 152 254 336 64 27 0 15 316 100 100
Binary 1101010 10101100 11011110 110100 10111 0 1101 11001110 1000000 1000000

Color Harmonies of #6AACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AACDE

Black with #6AACDE

Text Example


Text Example

White with #6AACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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