Html Css Color HEX #6BAEEC Malibu

📋 copy color: '#6BAEEC'

red 107 ◦ green 174 ◦ blue 236

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

Shades of Malibu #6BAEEC

Tints of Malibu #6BAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.65%

R = 20.7%
G = 33.66%
B = 45.65%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BAEEC (or 0x6BAEEC) is known color: Malibu. HEX triplet: 6B, AE and EC. RGB value is (107,174,236). Sum of RGB (Red+Green+Blue) = 107+174+236=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #6BAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEEC is #945113. Grayscale: #A0A0A0. Windows color (decimal): -9720084 or 15511147. OLE color: 15511147.

HSL color Cylindrical-coordinate representation of color #6BAEEC: hue angle of 208.84º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAEEC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 174 236 -
CMYK 0.55 0.26 0 0.07
HSL 208.84º 0.77% 0.67% -
HSV(B) 208.84º 0.55% 0.93% -
XYZ 36.34 39.45 85.06 -
YUV 161.04 170.3 89.46 -
System Red Green Blue C M Y K H S L
Decimal 107 174 236 0.55 0.26 0 0.07 208.84 0.77 0.67
Hex 6B AE EC 37 1A 0 7 D1 4D 43
Octal 153 256 354 67 32 0 7 321 115 103
Binary 1101011 10101110 11101100 110111 11010 0 111 11010001 1001101 1000011

Color Harmonies of #6BAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEEC

Black with #6BAEEC

Text Example


Text Example

White with #6BAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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