Html Css Color HEX #6CBEDB Malibu

📋 copy color: '#6CBEDB'

red 108 ◦ green 190 ◦ blue 219

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

Shades of Malibu #6CBEDB

Tints of Malibu #6CBEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 20.89%
G = 36.75%
B = 42.36%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CBEDB (or 0x6CBEDB) is known color: Malibu. HEX triplet: 6C, BE and DB. RGB value is (108,190,219). Sum of RGB (Red+Green+Blue) = 108+190+219=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEDB is #934124. Grayscale: #A8A8A8. Windows color (decimal): -9650469 or 14401132. OLE color: 14401132.

HSL color Cylindrical-coordinate representation of color #6CBEDB: hue angle of 195.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBEDB is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 190 219 -
CMYK 0.51 0.13 0 0.14
HSL 195.68º 0.61% 0.64% -
HSV(B) 195.68º 0.51% 0.86% -
XYZ 37.38 45.13 73.76 -
YUV 168.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 108 190 219 0.51 0.13 0 0.14 195.68 0.61 0.64
Hex 6C BE DB 33 D 0 E C4 3D 40
Octal 154 276 333 63 15 0 16 304 75 100
Binary 1101100 10111110 11011011 110011 1101 0 1110 11000100 111101 1000000

Color Harmonies of #6CBEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEDB

Black with #6CBEDB

Text Example


Text Example

White with #6CBEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,190,219); }

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

background-color css

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

 a { background-color: rgb(108,190,219); }

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

border-color css

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

 span { border-color: rgb(108,190,219); }

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