Html Css Color HEX #6CBCE6 Malibu

📋 copy color: '#6CBCE6'

red 108 ◦ green 188 ◦ blue 230

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

Shades of Malibu #6CBCE6

Tints of Malibu #6CBCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 20.53%
G = 35.74%
B = 43.73%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6CBCE6 (or 0x6CBCE6) is known color: Malibu. HEX triplet: 6C, BC and E6. RGB value is (108,188,230). Sum of RGB (Red+Green+Blue) = 108+188+230=526 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.53% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #6CBCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBCE6 is #934319. Grayscale: #A8A8A8. Windows color (decimal): -9650970 or 15121516. OLE color: 15121516.

HSL color Cylindrical-coordinate representation of color #6CBCE6: hue angle of 200.66º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CBCE6 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 108 188 230 -
CMYK 0.53 0.18 0 0.10
HSL 200.66º 0.71% 0.66% -
HSV(B) 200.66º 0.53% 0.9% -
XYZ 38.45 44.87 81.5 -
YUV 168.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 108 188 230 0.53 0.18 0 0.10 200.66 0.71 0.66
Hex 6C BC E6 35 12 0 A C9 47 42
Octal 154 274 346 65 22 0 12 311 107 102
Binary 1101100 10111100 11100110 110101 10010 0 1010 11001001 1000111 1000010

Color Harmonies of #6CBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBCE6

Black with #6CBCE6

Text Example


Text Example

White with #6CBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,188,230); }

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

background-color css

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

 a { background-color: rgb(108,188,230); }

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

border-color css

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

 span { border-color: rgb(108,188,230); }

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