Html Css Color HEX #67368C Kingfisher Daisy

📋 copy color: '#67368C'

red 103 ◦ green 54 ◦ blue 140

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

Shades of Kingfisher Daisy #67368C

Tints of Kingfisher Daisy #67368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 34.68%
G = 18.18%
B = 47.14%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67368C (or 0x67368C) is known color: Kingfisher Daisy. HEX triplet: 67, 36 and 8C. RGB value is (103,54,140). Sum of RGB (Red+Green+Blue) = 103+54+140=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #67368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67368C is #98C973. Grayscale: #4E4E4E. Windows color (decimal): -10013044 or 9188967. OLE color: 9188967.

HSL color Cylindrical-coordinate representation of color #67368C: hue angle of 274.19º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #67368C is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 54 140 -
CMYK 0.26 0.61 0 0.45
HSL 274.19º 0.44% 0.38% -
HSV(B) 274.19º 0.61% 0.55% -
XYZ 11.65 7.42 25.63 -
YUV 78.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 103 54 140 0.26 0.61 0 0.45 274.19 0.44 0.38
Hex 67 36 8C 1A 3D 0 2D 112 2C 26
Octal 147 66 214 32 75 0 55 422 54 46
Binary 1100111 110110 10001100 11010 111101 0 101101 100010010 101100 100110

Color Harmonies of #67368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67368C

Black with #67368C

Text Example


Text Example

White with #67368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67368C; }

 p { color: rgb(103,54,140); }

 H1.HeaderClassName
 {
   color: #67368C;
 }
 .AnyTagClassName
 {
   color: #67368C;
 }
</style>

background-color css

<style>
 a { background-color: #67368C; }

 a { background-color: rgb(103,54,140); }

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

border-color css

<style>
 span { border-color: #67368C; }

 span { border-color: rgb(103,54,140); }

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