Html Css Color HEX #6AB8EB Malibu

📋 copy color: '#6AB8EB'

red 106 ◦ green 184 ◦ blue 235

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

Shades of Malibu #6AB8EB

Tints of Malibu #6AB8EB

RGB

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

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

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

R = 20.19%
G = 35.05%
B = 44.76%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6AB8EB (or 0x6AB8EB) is known color: Malibu. HEX triplet: 6A, B8 and EB. RGB value is (106,184,235). Sum of RGB (Red+Green+Blue) = 106+184+235=525 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.19% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #6AB8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB8EB is #954714. Grayscale: #A6A6A6. Windows color (decimal): -9783061 or 15448170. OLE color: 15448170.

HSL color Cylindrical-coordinate representation of color #6AB8EB: hue angle of 203.72º 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 #6AB8EB is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 184 235 -
CMYK 0.55 0.22 0 0.08
HSL 203.72º 0.76% 0.67% -
HSV(B) 203.72º 0.55% 0.92% -
XYZ 38.08 43.34 84.96 -
YUV 166.49 166.66 84.85 -
System Red Green Blue C M Y K H S L
Decimal 106 184 235 0.55 0.22 0 0.08 203.72 0.76 0.67
Hex 6A B8 EB 37 16 0 8 CC 4C 43
Octal 152 270 353 67 26 0 10 314 114 103
Binary 1101010 10111000 11101011 110111 10110 0 1000 11001100 1001100 1000011

Color Harmonies of #6AB8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB8EB

Black with #6AB8EB

Text Example


Text Example

White with #6AB8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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