Html Css Color HEX #6BAED6 Malibu

📋 copy color: '#6BAED6'

red 107 ◦ green 174 ◦ blue 214

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

Shades of Malibu #6BAED6

Tints of Malibu #6BAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 21.62%
G = 35.15%
B = 43.23%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6BAED6 (or 0x6BAED6) is known color: Malibu. HEX triplet: 6B, AE and D6. RGB value is (107,174,214). Sum of RGB (Red+Green+Blue) = 107+174+214=495 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.62% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #6BAED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAED6 is #945129. Grayscale: #9E9E9E. Windows color (decimal): -9720106 or 14069355. OLE color: 14069355.

HSL color Cylindrical-coordinate representation of color #6BAED6: hue angle of 202.43º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BAED6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 174 214 -
CMYK 0.50 0.19 0 0.16
HSL 202.43º 0.57% 0.63% -
HSV(B) 202.43º 0.5% 0.84% -
XYZ 33.34 38.25 69.24 -
YUV 158.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 107 174 214 0.50 0.19 0 0.16 202.43 0.57 0.63
Hex 6B AE D6 32 13 0 10 CA 39 3F
Octal 153 256 326 62 23 0 20 312 71 77
Binary 1101011 10101110 11010110 110010 10011 0 10000 11001010 111001 111111

Color Harmonies of #6BAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAED6

Black with #6BAED6

Text Example


Text Example

White with #6BAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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