Html Css Color HEX #6BAEEF Malibu

📋 copy color: '#6BAEEF'

red 107 ◦ green 174 ◦ blue 239

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

Shades of Malibu #6BAEEF

Tints of Malibu #6BAEEF

RGB

 RED value IS 107 (42.19% from 255) = 20.58%

 GREEN value IS 174 (68.36% from 255) = 33.46%

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

R = 20.58%
G = 33.46%
B = 45.96%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BAEEF (or 0x6BAEEF) is known color: Malibu. HEX triplet: 6B, AE and EF. RGB value is (107,174,239). Sum of RGB (Red+Green+Blue) = 107+174+239=520 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.58% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEEF is #945110. Grayscale: #A1A1A1. Windows color (decimal): -9720081 or 15707755. OLE color: 15707755.

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

Color convert

RGB 107 174 239 -
CMYK 0.55 0.27 0 0.06
HSL 209.55º 0.8% 0.68% -
HSV(B) 209.55º 0.55% 0.94% -
XYZ 36.78 39.63 87.37 -
YUV 161.38 171.8 89.21 -
System Red Green Blue C M Y K H S L
Decimal 107 174 239 0.55 0.27 0 0.06 209.55 0.8 0.68
Hex 6B AE EF 37 1B 0 6 D2 50 44
Octal 153 256 357 67 33 0 6 322 120 104
Binary 1101011 10101110 11101111 110111 11011 0 110 11010010 1010000 1000100

Color Harmonies of #6BAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEEF

Black with #6BAEEF

Text Example


Text Example

White with #6BAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,174,239); }

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

background-color css

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

 a { background-color: rgb(107,174,239); }

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

border-color css

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

 span { border-color: rgb(107,174,239); }

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