Html Css Color HEX #6CBADF Malibu

📋 copy color: '#6CBADF'

red 108 ◦ green 186 ◦ blue 223

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

Shades of Malibu #6CBADF

Tints of Malibu #6CBADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 20.89%
G = 35.98%
B = 43.13%

CMYK

 C value IS 0.52

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBADF (or 0x6CBADF) is known color: Malibu. HEX triplet: 6C, BA and DF. RGB value is (108,186,223). Sum of RGB (Red+Green+Blue) = 108+186+223=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBADF is #934520. Grayscale: #A6A6A6. Windows color (decimal): -9651489 or 14662252. OLE color: 14662252.

HSL color Cylindrical-coordinate representation of color #6CBADF: hue angle of 199.3º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CBADF is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 186 223 -
CMYK 0.52 0.17 0 0.13
HSL 199.3º 0.64% 0.65% -
HSV(B) 199.3º 0.52% 0.87% -
XYZ 37.06 43.63 76.28 -
YUV 166.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 108 186 223 0.52 0.17 0 0.13 199.3 0.64 0.65
Hex 6C BA DF 34 11 0 D C7 40 41
Octal 154 272 337 64 21 0 15 307 100 101
Binary 1101100 10111010 11011111 110100 10001 0 1101 11000111 1000000 1000001

Color Harmonies of #6CBADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBADF

Black with #6CBADF

Text Example


Text Example

White with #6CBADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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