Html Css Color HEX #6BACE4 Malibu

📋 copy color: '#6BACE4'

red 107 ◦ green 172 ◦ blue 228

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

Shades of Malibu #6BACE4

Tints of Malibu #6BACE4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.93%

 BLUE value IS 228 (89.45% from 255) = 44.97%

R = 21.1%
G = 33.93%
B = 44.97%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6BACE4 (or 0x6BACE4) is known color: Malibu. HEX triplet: 6B, AC and E4. RGB value is (107,172,228). Sum of RGB (Red+Green+Blue) = 107+172+228=507 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.10% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 228 (89.45% from 255 or 44.97% from 507); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACE4 is #94531B. Grayscale: #9E9E9E. Windows color (decimal): -9720604 or 14986347. OLE color: 14986347.

HSL color Cylindrical-coordinate representation of color #6BACE4: hue angle of 207.77º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BACE4 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 172 228 -
CMYK 0.53 0.25 0 0.11
HSL 207.77º 0.69% 0.66% -
HSV(B) 207.77º 0.53% 0.89% -
XYZ 34.82 38.23 78.94 -
YUV 158.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 107 172 228 0.53 0.25 0 0.11 207.77 0.69 0.66
Hex 6B AC E4 35 19 0 B D0 45 42
Octal 153 254 344 65 31 0 13 320 105 102
Binary 1101011 10101100 11100100 110101 11001 0 1011 11010000 1000101 1000010

Color Harmonies of #6BACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACE4

Black with #6BACE4

Text Example


Text Example

White with #6BACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,228); }

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

background-color css

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

 a { background-color: rgb(107,172,228); }

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

border-color css

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

 span { border-color: rgb(107,172,228); }

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