Html Css Color HEX #6AB9EB Malibu

📋 copy color: '#6AB9EB'

red 106 ◦ green 185 ◦ blue 235

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

Shades of Malibu #6AB9EB

Tints of Malibu #6AB9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.17%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 20.15%
G = 35.17%
B = 44.68%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AB9EB (or 0x6AB9EB) is known color: Malibu. HEX triplet: 6A, B9 and EB. RGB value is (106,185,235). Sum of RGB (Red+Green+Blue) = 106+185+235=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AB9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB9EB is #954614. Grayscale: #A6A6A6. Windows color (decimal): -9782805 or 15448426. OLE color: 15448426.

HSL color Cylindrical-coordinate representation of color #6AB9EB: hue angle of 203.26º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB9EB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 185 235 -
CMYK 0.55 0.21 0 0.08
HSL 203.26º 0.76% 0.67% -
HSV(B) 203.26º 0.55% 0.92% -
XYZ 38.29 43.76 85.03 -
YUV 167.08 166.33 84.43 -
System Red Green Blue C M Y K H S L
Decimal 106 185 235 0.55 0.21 0 0.08 203.26 0.76 0.67
Hex 6A B9 EB 37 15 0 8 CB 4C 43
Octal 152 271 353 67 25 0 10 313 114 103
Binary 1101010 10111001 11101011 110111 10101 0 1000 11001011 1001100 1000011

Color Harmonies of #6AB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB9EB

Black with #6AB9EB

Text Example


Text Example

White with #6AB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,185,235); }

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

background-color css

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

 a { background-color: rgb(106,185,235); }

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

border-color css

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

 span { border-color: rgb(106,185,235); }

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