Html Css Color HEX #6CB1EE Malibu

📋 copy color: '#6CB1EE'

red 108 ◦ green 177 ◦ blue 238

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

Shades of Malibu #6CB1EE

Tints of Malibu #6CB1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.51%

R = 20.65%
G = 33.84%
B = 45.51%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CB1EE (or 0x6CB1EE) is known color: Malibu. HEX triplet: 6C, B1 and EE. RGB value is (108,177,238). Sum of RGB (Red+Green+Blue) = 108+177+238=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 238 (93.36% from 255 or 45.51% from 523); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB1EE is #934E11. Grayscale: #A3A3A3. Windows color (decimal): -9653778 or 15642988. OLE color: 15642988.

HSL color Cylindrical-coordinate representation of color #6CB1EE: hue angle of 208.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CB1EE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 177 238 -
CMYK 0.55 0.26 0 0.07
HSL 208.15º 0.79% 0.68% -
HSV(B) 208.15º 0.55% 0.93% -
XYZ 37.34 40.81 86.8 -
YUV 163.32 170.14 88.54 -
System Red Green Blue C M Y K H S L
Decimal 108 177 238 0.55 0.26 0 0.07 208.15 0.79 0.68
Hex 6C B1 EE 37 1A 0 7 D0 4F 44
Octal 154 261 356 67 32 0 7 320 117 104
Binary 1101100 10110001 11101110 110111 11010 0 111 11010000 1001111 1000100

Color Harmonies of #6CB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB1EE

Black with #6CB1EE

Text Example


Text Example

White with #6CB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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