Html Css Color HEX #6CBAE7 Malibu

📋 copy color: '#6CBAE7'

red 108 ◦ green 186 ◦ blue 231

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

Shades of Malibu #6CBAE7

Tints of Malibu #6CBAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44%

R = 20.57%
G = 35.43%
B = 44%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6CBAE7 (or 0x6CBAE7) is known color: Malibu. HEX triplet: 6C, BA and E7. RGB value is (108,186,231). Sum of RGB (Red+Green+Blue) = 108+186+231=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #6CBAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBAE7 is #934518. Grayscale: #A7A7A7. Windows color (decimal): -9651481 or 15186540. OLE color: 15186540.

HSL color Cylindrical-coordinate representation of color #6CBAE7: hue angle of 201.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBAE7 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 108 186 231 -
CMYK 0.53 0.19 0 0.09
HSL 201.95º 0.72% 0.66% -
HSV(B) 201.95º 0.53% 0.91% -
XYZ 38.17 44.08 82.1 -
YUV 167.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 108 186 231 0.53 0.19 0 0.09 201.95 0.72 0.66
Hex 6C BA E7 35 13 0 9 CA 48 42
Octal 154 272 347 65 23 0 11 312 110 102
Binary 1101100 10111010 11100111 110101 10011 0 1001 11001010 1001000 1000010

Color Harmonies of #6CBAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBAE7

Black with #6CBAE7

Text Example


Text Example

White with #6CBAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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