Html Css Color HEX #67298A Kingfisher Daisy

📋 copy color: '#67298A'

red 103 ◦ green 41 ◦ blue 138

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

Shades of Kingfisher Daisy #67298A

Tints of Kingfisher Daisy #67298A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

 BLUE value IS 138 (54.3% from 255) = 48.94%

R = 36.52%
G = 14.54%
B = 48.94%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#67298A (or 0x67298A) is known color: Kingfisher Daisy. HEX triplet: 67, 29 and 8A. RGB value is (103,41,138). Sum of RGB (Red+Green+Blue) = 103+41+138=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #67298A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67298A is #98D675. Grayscale: #464646. Windows color (decimal): -10016374 or 9054567. OLE color: 9054567.

HSL color Cylindrical-coordinate representation of color #67298A: hue angle of 278.35º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67298A is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 41 138 -
CMYK 0.25 0.70 0 0.46
HSL 278.35º 0.54% 0.35% -
HSV(B) 278.35º 0.7% 0.54% -
XYZ 10.97 6.3 24.68 -
YUV 70.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 103 41 138 0.25 0.70 0 0.46 278.35 0.54 0.35
Hex 67 29 8A 19 46 0 2E 116 36 23
Octal 147 51 212 31 106 0 56 426 66 43
Binary 1100111 101001 10001010 11001 1000110 0 101110 100010110 110110 100011

Color Harmonies of #67298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67298A

Black with #67298A

Text Example


Text Example

White with #67298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67298A; }

 p { color: rgb(103,41,138); }

 H1.HeaderClassName
 {
   color: #67298A;
 }
 .AnyTagClassName
 {
   color: #67298A;
 }
</style>

background-color css

<style>
 a { background-color: #67298A; }

 a { background-color: rgb(103,41,138); }

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

border-color css

<style>
 span { border-color: #67298A; }

 span { border-color: rgb(103,41,138); }

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