Html Css Color HEX #6AB6ED Malibu

📋 copy color: '#6AB6ED'

red 106 ◦ green 182 ◦ blue 237

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

Shades of Malibu #6AB6ED

Tints of Malibu #6AB6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.67%

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

R = 20.19%
G = 34.67%
B = 45.14%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6AB6ED (or 0x6AB6ED) is known color: Malibu. HEX triplet: 6A, B6 and ED. RGB value is (106,182,237). Sum of RGB (Red+Green+Blue) = 106+182+237=525 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.19% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #6AB6ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB6ED is #954912. Grayscale: #A5A5A5. Windows color (decimal): -9783571 or 15578730. OLE color: 15578730.

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

Color convert

RGB 106 182 237 -
CMYK 0.55 0.23 0 0.07
HSL 205.19º 0.78% 0.67% -
HSV(B) 205.19º 0.55% 0.93% -
XYZ 37.96 42.63 86.35 -
YUV 165.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 106 182 237 0.55 0.23 0 0.07 205.19 0.78 0.67
Hex 6A B6 ED 37 17 0 7 CD 4E 43
Octal 152 266 355 67 27 0 7 315 116 103
Binary 1101010 10110110 11101101 110111 10111 0 111 11001101 1001110 1000011

Color Harmonies of #6AB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB6ED

Black with #6AB6ED

Text Example


Text Example

White with #6AB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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