Html Css Color HEX #6AB8E0 Malibu

📋 copy color: '#6AB8E0'

red 106 ◦ green 184 ◦ blue 224

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

Shades of Malibu #6AB8E0

Tints of Malibu #6AB8E0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 20.62%
G = 35.8%
B = 43.58%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6AB8E0 (or 0x6AB8E0) is known color: Malibu. HEX triplet: 6A, B8 and E0. RGB value is (106,184,224). Sum of RGB (Red+Green+Blue) = 106+184+224=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AB8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AB8E0 is #95471F. Grayscale: #A5A5A5. Windows color (decimal): -9783072 or 14727274. OLE color: 14727274.

HSL color Cylindrical-coordinate representation of color #6AB8E0: hue angle of 200.34º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AB8E0 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 184 224 -
CMYK 0.53 0.18 0 0.12
HSL 200.34º 0.66% 0.65% -
HSV(B) 200.34º 0.53% 0.88% -
XYZ 36.54 42.73 76.84 -
YUV 165.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 106 184 224 0.53 0.18 0 0.12 200.34 0.66 0.65
Hex 6A B8 E0 35 12 0 C C8 42 41
Octal 152 270 340 65 22 0 14 310 102 101
Binary 1101010 10111000 11100000 110101 10010 0 1100 11001000 1000010 1000001

Color Harmonies of #6AB8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB8E0

Black with #6AB8E0

Text Example


Text Example

White with #6AB8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,184,224); }

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

background-color css

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

 a { background-color: rgb(106,184,224); }

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

border-color css

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

 span { border-color: rgb(106,184,224); }

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