Html Css Color HEX #6CB1DF Malibu

📋 copy color: '#6CB1DF'

red 108 ◦ green 177 ◦ blue 223

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

Shades of Malibu #6CB1DF

Tints of Malibu #6CB1DF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.84%

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

R = 21.26%
G = 34.84%
B = 43.9%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CB1DF (or 0x6CB1DF) is known color: Malibu. HEX triplet: 6C, B1 and DF. RGB value is (108,177,223). Sum of RGB (Red+Green+Blue) = 108+177+223=508 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.26% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB1DF is #934E20. Grayscale: #A1A1A1. Windows color (decimal): -9653793 or 14659948. OLE color: 14659948.

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

Color convert

RGB 108 177 223 -
CMYK 0.52 0.21 0 0.13
HSL 204º 0.64% 0.65% -
HSV(B) 204º 0.52% 0.87% -
XYZ 35.23 39.96 75.67 -
YUV 161.61 162.64 89.76 -
System Red Green Blue C M Y K H S L
Decimal 108 177 223 0.52 0.21 0 0.13 204 0.64 0.65
Hex 6C B1 DF 34 15 0 D CC 40 41
Octal 154 261 337 64 25 0 15 314 100 101
Binary 1101100 10110001 11011111 110100 10101 0 1101 11001100 1000000 1000001

Color Harmonies of #6CB1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB1DF

Black with #6CB1DF

Text Example


Text Example

White with #6CB1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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