Html Css Color HEX #6CB0EE Malibu

📋 copy color: '#6CB0EE'

red 108 ◦ green 176 ◦ blue 238

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

Shades of Malibu #6CB0EE

Tints of Malibu #6CB0EE

RGB

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

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

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

R = 20.69%
G = 33.72%
B = 45.59%

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

#6CB0EE (or 0x6CB0EE) is known color: Malibu. HEX triplet: 6C, B0 and EE. RGB value is (108,176,238). Sum of RGB (Red+Green+Blue) = 108+176+238=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CB0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CB0EE is #934F11. Grayscale: #A2A2A2. Windows color (decimal): -9654034 or 15642732. OLE color: 15642732.

HSL color Cylindrical-coordinate representation of color #6CB0EE: hue angle of 208.62º 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 #6CB0EE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 176 238 -
CMYK 0.55 0.26 0 0.07
HSL 208.62º 0.79% 0.68% -
HSV(B) 208.62º 0.55% 0.93% -
XYZ 37.14 40.41 86.73 -
YUV 162.74 170.47 88.96 -
System Red Green Blue C M Y K H S L
Decimal 108 176 238 0.55 0.26 0 0.07 208.62 0.79 0.68
Hex 6C B0 EE 37 1A 0 7 D1 4F 44
Octal 154 260 356 67 32 0 7 321 117 104
Binary 1101100 10110000 11101110 110111 11010 0 111 11010001 1001111 1000100

Color Harmonies of #6CB0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB0EE

Black with #6CB0EE

Text Example


Text Example

White with #6CB0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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