Html Css Color HEX #6AB2EF Malibu

📋 copy color: '#6AB2EF'

red 106 ◦ green 178 ◦ blue 239

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

Shades of Malibu #6AB2EF

Tints of Malibu #6AB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

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

R = 20.27%
G = 34.03%
B = 45.7%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6AB2EF (or 0x6AB2EF) is known color: Malibu. HEX triplet: 6A, B2 and EF. RGB value is (106,178,239). Sum of RGB (Red+Green+Blue) = 106+178+239=523 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.27% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB2EF is #954D10. Grayscale: #A3A3A3. Windows color (decimal): -9784593 or 15708778. OLE color: 15708778.

HSL color Cylindrical-coordinate representation of color #6AB2EF: hue angle of 207.52º 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 #6AB2EF is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 178 239 -
CMYK 0.56 0.26 0 0.06
HSL 207.52º 0.81% 0.68% -
HSV(B) 207.52º 0.56% 0.94% -
XYZ 37.44 41.14 87.63 -
YUV 163.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 106 178 239 0.56 0.26 0 0.06 207.52 0.81 0.68
Hex 6A B2 EF 38 1A 0 6 D0 51 44
Octal 152 262 357 70 32 0 6 320 121 104
Binary 1101010 10110010 11101111 111000 11010 0 110 11010000 1010001 1000100

Color Harmonies of #6AB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB2EF

Black with #6AB2EF

Text Example


Text Example

White with #6AB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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