Html Css Color HEX #6BACE1 Malibu

📋 copy color: '#6BACE1'

red 107 ◦ green 172 ◦ blue 225

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

Shades of Malibu #6BACE1

Tints of Malibu #6BACE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 21.23%
G = 34.13%
B = 44.64%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BACE1 (or 0x6BACE1) is known color: Malibu. HEX triplet: 6B, AC and E1. RGB value is (107,172,225). Sum of RGB (Red+Green+Blue) = 107+172+225=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACE1 is #94531E. Grayscale: #9E9E9E. Windows color (decimal): -9720607 or 14789739. OLE color: 14789739.

HSL color Cylindrical-coordinate representation of color #6BACE1: hue angle of 206.95º degrees, saturation: 0.66, 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 #6BACE1 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 172 225 -
CMYK 0.52 0.24 0 0.12
HSL 206.95º 0.66% 0.65% -
HSV(B) 206.95º 0.52% 0.88% -
XYZ 34.41 38.07 76.77 -
YUV 158.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 107 172 225 0.52 0.24 0 0.12 206.95 0.66 0.65
Hex 6B AC E1 34 18 0 C CF 42 41
Octal 153 254 341 64 30 0 14 317 102 101
Binary 1101011 10101100 11100001 110100 11000 0 1100 11001111 1000010 1000001

Color Harmonies of #6BACE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BACE1

Black with #6BACE1

Text Example


Text Example

White with #6BACE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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