Html Css Color HEX #69368D Kingfisher Daisy

📋 copy color: '#69368D'

red 105 ◦ green 54 ◦ blue 141

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

Shades of Kingfisher Daisy #69368D

Tints of Kingfisher Daisy #69368D

RGB

 RED value IS 105 (41.41% from 255) = 35%

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

 BLUE value IS 141 (55.47% from 255) = 47%

R = 35%
G = 18%
B = 47%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69368D (or 0x69368D) is known color: Kingfisher Daisy. HEX triplet: 69, 36 and 8D. RGB value is (105,54,141). Sum of RGB (Red+Green+Blue) = 105+54+141=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #69368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69368D is #96C972. Grayscale: #4E4E4E. Windows color (decimal): -9881971 or 9254505. OLE color: 9254505.

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

Color convert

RGB 105 54 141 -
CMYK 0.26 0.62 0 0.45
HSL 275.17º 0.45% 0.38% -
HSV(B) 275.17º 0.62% 0.55% -
XYZ 11.95 7.56 26.03 -
YUV 79.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 105 54 141 0.26 0.62 0 0.45 275.17 0.45 0.38
Hex 69 36 8D 1A 3E 0 2D 113 2D 26
Octal 151 66 215 32 76 0 55 423 55 46
Binary 1101001 110110 10001101 11010 111110 0 101101 100010011 101101 100110

Color Harmonies of #69368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69368D

Black with #69368D

Text Example


Text Example

White with #69368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69368D; }

 p { color: rgb(105,54,141); }

 H1.HeaderClassName
 {
   color: #69368D;
 }
 .AnyTagClassName
 {
   color: #69368D;
 }
</style>

background-color css

<style>
 a { background-color: #69368D; }

 a { background-color: rgb(105,54,141); }

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

border-color css

<style>
 span { border-color: #69368D; }

 span { border-color: rgb(105,54,141); }

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