Html Css Color HEX #6AB3ED Malibu

📋 copy color: '#6AB3ED'

red 106 ◦ green 179 ◦ blue 237

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

Shades of Malibu #6AB3ED

Tints of Malibu #6AB3ED

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.29%

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 20.31%
G = 34.29%
B = 45.4%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AB3ED (or 0x6AB3ED) is known color: Malibu. HEX triplet: 6A, B3 and ED. RGB value is (106,179,237). Sum of RGB (Red+Green+Blue) = 106+179+237=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AB3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB3ED is #954C12. Grayscale: #A3A3A3. Windows color (decimal): -9784339 or 15577962. OLE color: 15577962.

HSL color Cylindrical-coordinate representation of color #6AB3ED: hue angle of 206.56º degrees, saturation: 0.78, 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 #6AB3ED is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 179 237 -
CMYK 0.55 0.24 0 0.07
HSL 206.56º 0.78% 0.67% -
HSV(B) 206.56º 0.55% 0.93% -
XYZ 37.35 41.42 86.15 -
YUV 163.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 106 179 237 0.55 0.24 0 0.07 206.56 0.78 0.67
Hex 6A B3 ED 37 18 0 7 CF 4E 43
Octal 152 263 355 67 30 0 7 317 116 103
Binary 1101010 10110011 11101101 110111 11000 0 111 11001111 1001110 1000011

Color Harmonies of #6AB3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB3ED

Black with #6AB3ED

Text Example


Text Example

White with #6AB3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,179,237); }

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

background-color css

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

 a { background-color: rgb(106,179,237); }

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

border-color css

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

 span { border-color: rgb(106,179,237); }

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