Html Css Color HEX #6CAEEA Malibu

📋 copy color: '#6CAEEA'

red 108 ◦ green 174 ◦ blue 234

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

Shades of Malibu #6CAEEA

Tints of Malibu #6CAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.35%

R = 20.93%
G = 33.72%
B = 45.35%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6CAEEA (or 0x6CAEEA) is known color: Malibu. HEX triplet: 6C, AE and EA. RGB value is (108,174,234). Sum of RGB (Red+Green+Blue) = 108+174+234=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #6CAEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAEEA is #935115. Grayscale: #A0A0A0. Windows color (decimal): -9654550 or 15380076. OLE color: 15380076.

HSL color Cylindrical-coordinate representation of color #6CAEEA: hue angle of 208.57º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CAEEA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 174 234 -
CMYK 0.54 0.26 0 0.08
HSL 208.57º 0.75% 0.67% -
HSV(B) 208.57º 0.54% 0.92% -
XYZ 36.17 39.4 83.54 -
YUV 161.11 169.13 90.12 -
System Red Green Blue C M Y K H S L
Decimal 108 174 234 0.54 0.26 0 0.08 208.57 0.75 0.67
Hex 6C AE EA 36 1A 0 8 D1 4B 43
Octal 154 256 352 66 32 0 10 321 113 103
Binary 1101100 10101110 11101010 110110 11010 0 1000 11010001 1001011 1000011

Color Harmonies of #6CAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAEEA

Black with #6CAEEA

Text Example


Text Example

White with #6CAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,234); }

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

background-color css

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

 a { background-color: rgb(108,174,234); }

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

border-color css

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

 span { border-color: rgb(108,174,234); }

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