Html Css Color HEX #67A8DB Malibu

📋 copy color: '#67A8DB'

red 103 ◦ green 168 ◦ blue 219

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

Shades of Malibu #67A8DB

Tints of Malibu #67A8DB

RGB

 RED value IS 103 (40.63% from 255) = 21.02%

 GREEN value IS 168 (66.02% from 255) = 34.29%

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

R = 21.02%
G = 34.29%
B = 44.69%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67A8DB (or 0x67A8DB) is known color: Malibu. HEX triplet: 67, A8 and DB. RGB value is (103,168,219). Sum of RGB (Red+Green+Blue) = 103+168+219=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #67A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8DB is #985724. Grayscale: #9A9A9A. Windows color (decimal): -9983781 or 14395495. OLE color: 14395495.

HSL color Cylindrical-coordinate representation of color #67A8DB: hue angle of 206.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67A8DB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 168 219 -
CMYK 0.53 0.23 0 0.14
HSL 206.38º 0.62% 0.63% -
HSV(B) 206.38º 0.53% 0.86% -
XYZ 32.38 36 72.26 -
YUV 154.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 103 168 219 0.53 0.23 0 0.14 206.38 0.62 0.63
Hex 67 A8 DB 35 17 0 E CE 3E 3F
Octal 147 250 333 65 27 0 16 316 76 77
Binary 1100111 10101000 11011011 110101 10111 0 1110 11001110 111110 111111

Color Harmonies of #67A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8DB

Black with #67A8DB

Text Example


Text Example

White with #67A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A8DB; }

 p { color: rgb(103,168,219); }

 H1.HeaderClassName
 {
   color: #67A8DB;
 }
 .AnyTagClassName
 {
   color: #67A8DB;
 }
</style>

background-color css

<style>
 a { background-color: #67A8DB; }

 a { background-color: rgb(103,168,219); }

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

border-color css

<style>
 span { border-color: #67A8DB; }

 span { border-color: rgb(103,168,219); }

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