Html Css Color HEX #6ABEDA Malibu

📋 copy color: '#6ABEDA'

red 106 ◦ green 190 ◦ blue 218

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

Shades of Malibu #6ABEDA

Tints of Malibu #6ABEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.96%

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 20.62%
G = 36.96%
B = 42.41%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ABEDA (or 0x6ABEDA) is known color: Malibu. HEX triplet: 6A, BE and DA. RGB value is (106,190,218). Sum of RGB (Red+Green+Blue) = 106+190+218=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ABEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEDA is #954125. Grayscale: #A7A7A7. Windows color (decimal): -9781542 or 14335594. OLE color: 14335594.

HSL color Cylindrical-coordinate representation of color #6ABEDA: hue angle of 195º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ABEDA is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 190 218 -
CMYK 0.51 0.13 0 0.15
HSL 195º 0.6% 0.64% -
HSV(B) 195º 0.51% 0.85% -
XYZ 37.01 44.95 73.06 -
YUV 168.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 106 190 218 0.51 0.13 0 0.15 195 0.6 0.64
Hex 6A BE DA 33 D 0 F C3 3C 40
Octal 152 276 332 63 15 0 17 303 74 100
Binary 1101010 10111110 11011010 110011 1101 0 1111 11000011 111100 1000000

Color Harmonies of #6ABEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABEDA

Black with #6ABEDA

Text Example


Text Example

White with #6ABEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,190,218); }

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

background-color css

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

 a { background-color: rgb(106,190,218); }

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

border-color css

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

 span { border-color: rgb(106,190,218); }

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