Html Css Color HEX #6CBAE1 Malibu

📋 copy color: '#6CBAE1'

red 108 ◦ green 186 ◦ blue 225

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

Shades of Malibu #6CBAE1

Tints of Malibu #6CBAE1

RGB

 RED value IS 108 (42.58% from 255) = 20.81%

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 20.81%
G = 35.84%
B = 43.35%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6CBAE1 (or 0x6CBAE1) is known color: Malibu. HEX triplet: 6C, BA and E1. RGB value is (108,186,225). Sum of RGB (Red+Green+Blue) = 108+186+225=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #6CBAE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBAE1 is #93451E. Grayscale: #A6A6A6. Windows color (decimal): -9651487 or 14793324. OLE color: 14793324.

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

Color convert

RGB 108 186 225 -
CMYK 0.52 0.17 0 0.12
HSL 200º 0.66% 0.65% -
HSV(B) 200º 0.52% 0.88% -
XYZ 37.33 43.74 77.71 -
YUV 167.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 108 186 225 0.52 0.17 0 0.12 200 0.66 0.65
Hex 6C BA E1 34 11 0 C C8 42 41
Octal 154 272 341 64 21 0 14 310 102 101
Binary 1101100 10111010 11100001 110100 10001 0 1100 11001000 1000010 1000001

Color Harmonies of #6CBAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAE1

Black with #6CBAE1

Text Example


Text Example

White with #6CBAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,186,225); }

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

background-color css

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

 a { background-color: rgb(108,186,225); }

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

border-color css

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

 span { border-color: rgb(108,186,225); }

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