Html Css Color HEX #6ABDEF Malibu

📋 copy color: '#6ABDEF'

red 106 ◦ green 189 ◦ blue 239

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

Shades of Malibu #6ABDEF

Tints of Malibu #6ABDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.39%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 19.85%
G = 35.39%
B = 44.76%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6ABDEF (or 0x6ABDEF) is known color: Malibu. HEX triplet: 6A, BD and EF. RGB value is (106,189,239). Sum of RGB (Red+Green+Blue) = 106+189+239=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ABDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABDEF is #954210. Grayscale: #A9A9A9. Windows color (decimal): -9781777 or 15711594. OLE color: 15711594.

HSL color Cylindrical-coordinate representation of color #6ABDEF: hue angle of 202.56º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6ABDEF is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 189 239 -
CMYK 0.56 0.21 0 0.06
HSL 202.56º 0.81% 0.68% -
HSV(B) 202.56º 0.56% 0.94% -
XYZ 39.72 45.69 88.39 -
YUV 169.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 106 189 239 0.56 0.21 0 0.06 202.56 0.81 0.68
Hex 6A BD EF 38 15 0 6 CB 51 44
Octal 152 275 357 70 25 0 6 313 121 104
Binary 1101010 10111101 11101111 111000 10101 0 110 11001011 1010001 1000100

Color Harmonies of #6ABDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABDEF

Black with #6ABDEF

Text Example


Text Example

White with #6ABDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,189,239); }

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

background-color css

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

 a { background-color: rgb(106,189,239); }

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

border-color css

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

 span { border-color: rgb(106,189,239); }

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