Html Css Color HEX #6CB0E3 Malibu

📋 copy color: '#6CB0E3'

red 108 ◦ green 176 ◦ blue 227

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

Shades of Malibu #6CB0E3

Tints of Malibu #6CB0E3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.44%

 BLUE value IS 227 (89.06% from 255) = 44.42%

R = 21.14%
G = 34.44%
B = 44.42%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6CB0E3 (or 0x6CB0E3) is known color: Malibu. HEX triplet: 6C, B0 and E3. RGB value is (108,176,227). Sum of RGB (Red+Green+Blue) = 108+176+227=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CB0E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CB0E3 is #934F1C. Grayscale: #A1A1A1. Windows color (decimal): -9654045 or 14921836. OLE color: 14921836.

HSL color Cylindrical-coordinate representation of color #6CB0E3: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CB0E3 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 108 176 227 -
CMYK 0.52 0.22 0 0.11
HSL 205.71º 0.68% 0.66% -
HSV(B) 205.71º 0.52% 0.89% -
XYZ 35.57 39.78 78.48 -
YUV 161.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 108 176 227 0.52 0.22 0 0.11 205.71 0.68 0.66
Hex 6C B0 E3 34 16 0 B CE 44 42
Octal 154 260 343 64 26 0 13 316 104 102
Binary 1101100 10110000 11100011 110100 10110 0 1011 11001110 1000100 1000010

Color Harmonies of #6CB0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB0E3

Black with #6CB0E3

Text Example


Text Example

White with #6CB0E3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,176,227); }

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

background-color css

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

 a { background-color: rgb(108,176,227); }

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

border-color css

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

 span { border-color: rgb(108,176,227); }

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