Html Css Color HEX #6CB4DB Malibu

📋 copy color: '#6CB4DB'

red 108 ◦ green 180 ◦ blue 219

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

Shades of Malibu #6CB4DB

Tints of Malibu #6CB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 21.3%
G = 35.5%
B = 43.2%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6CB4DB (or 0x6CB4DB) is known color: Malibu. HEX triplet: 6C, B4 and DB. RGB value is (108,180,219). Sum of RGB (Red+Green+Blue) = 108+180+219=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CB4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB4DB is #934B24. Grayscale: #A2A2A2. Windows color (decimal): -9653029 or 14398572. OLE color: 14398572.

HSL color Cylindrical-coordinate representation of color #6CB4DB: hue angle of 201.08º 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 #6CB4DB is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 180 219 -
CMYK 0.51 0.18 0 0.14
HSL 201.08º 0.61% 0.64% -
HSV(B) 201.08º 0.51% 0.86% -
XYZ 35.29 40.95 73.06 -
YUV 162.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 108 180 219 0.51 0.18 0 0.14 201.08 0.61 0.64
Hex 6C B4 DB 33 12 0 E C9 3D 40
Octal 154 264 333 63 22 0 16 311 75 100
Binary 1101100 10110100 11011011 110011 10010 0 1110 11001001 111101 1000000

Color Harmonies of #6CB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB4DB

Black with #6CB4DB

Text Example


Text Example

White with #6CB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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