Html Css Color HEX #6AAFEC Malibu

📋 copy color: '#6AAFEC'

red 106 ◦ green 175 ◦ blue 236

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

Shades of Malibu #6AAFEC

Tints of Malibu #6AAFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.85%

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 20.5%
G = 33.85%
B = 45.65%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AAFEC (or 0x6AAFEC) is known color: Malibu. HEX triplet: 6A, AF and EC. RGB value is (106,175,236). Sum of RGB (Red+Green+Blue) = 106+175+236=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AAFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAFEC is #955013. Grayscale: #A1A1A1. Windows color (decimal): -9785364 or 15511402. OLE color: 15511402.

HSL color Cylindrical-coordinate representation of color #6AAFEC: hue angle of 208.15º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AAFEC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 175 236 -
CMYK 0.55 0.26 0 0.07
HSL 208.15º 0.77% 0.67% -
HSV(B) 208.15º 0.55% 0.93% -
XYZ 36.41 39.78 85.12 -
YUV 161.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 106 175 236 0.55 0.26 0 0.07 208.15 0.77 0.67
Hex 6A AF EC 37 1A 0 7 D0 4D 43
Octal 152 257 354 67 32 0 7 320 115 103
Binary 1101010 10101111 11101100 110111 11010 0 111 11010000 1001101 1000011

Color Harmonies of #6AAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAFEC

Black with #6AAFEC

Text Example


Text Example

White with #6AAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,175,236); }

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

background-color css

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

 a { background-color: rgb(106,175,236); }

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

border-color css

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

 span { border-color: rgb(106,175,236); }

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