Html Css Color HEX #6BAEEB Malibu

📋 copy color: '#6BAEEB'

red 107 ◦ green 174 ◦ blue 235

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

Shades of Malibu #6BAEEB

Tints of Malibu #6BAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 20.74%
G = 33.72%
B = 45.54%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BAEEB (or 0x6BAEEB) is known color: Malibu. HEX triplet: 6B, AE and EB. RGB value is (107,174,235). Sum of RGB (Red+Green+Blue) = 107+174+235=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEEB is #945114. Grayscale: #A0A0A0. Windows color (decimal): -9720085 or 15445611. OLE color: 15445611.

HSL color Cylindrical-coordinate representation of color #6BAEEB: hue angle of 208.59º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAEEB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 174 235 -
CMYK 0.54 0.26 0 0.08
HSL 208.59º 0.76% 0.67% -
HSV(B) 208.59º 0.54% 0.92% -
XYZ 36.19 39.4 84.29 -
YUV 160.92 169.8 89.54 -
System Red Green Blue C M Y K H S L
Decimal 107 174 235 0.54 0.26 0 0.08 208.59 0.76 0.67
Hex 6B AE EB 36 1A 0 8 D1 4C 43
Octal 153 256 353 66 32 0 10 321 114 103
Binary 1101011 10101110 11101011 110110 11010 0 1000 11010001 1001100 1000011

Color Harmonies of #6BAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEEB

Black with #6BAEEB

Text Example


Text Example

White with #6BAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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