Html Css Color HEX #6BAEE0 Malibu

📋 copy color: '#6BAEE0'

red 107 ◦ green 174 ◦ blue 224

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

Shades of Malibu #6BAEE0

Tints of Malibu #6BAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 21.19%
G = 34.46%
B = 44.36%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BAEE0 (or 0x6BAEE0) is known color: Malibu. HEX triplet: 6B, AE and E0. RGB value is (107,174,224). Sum of RGB (Red+Green+Blue) = 107+174+224=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEE0 is #94511F. Grayscale: #9F9F9F. Windows color (decimal): -9720096 or 14724715. OLE color: 14724715.

HSL color Cylindrical-coordinate representation of color #6BAEE0: hue angle of 205.64º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAEE0 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 174 224 -
CMYK 0.52 0.22 0 0.12
HSL 205.64º 0.65% 0.65% -
HSV(B) 205.64º 0.52% 0.88% -
XYZ 34.65 38.78 76.18 -
YUV 159.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 107 174 224 0.52 0.22 0 0.12 205.64 0.65 0.65
Hex 6B AE E0 34 16 0 C CE 41 41
Octal 153 256 340 64 26 0 14 316 101 101
Binary 1101011 10101110 11100000 110100 10110 0 1100 11001110 1000001 1000001

Color Harmonies of #6BAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEE0

Black with #6BAEE0

Text Example


Text Example

White with #6BAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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