Html Css Color HEX #69378A Kingfisher Daisy

📋 copy color: '#69378A'

red 105 ◦ green 55 ◦ blue 138

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

Shades of Kingfisher Daisy #69378A

Tints of Kingfisher Daisy #69378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

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

R = 35.23%
G = 18.46%
B = 46.31%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69378A (or 0x69378A) is known color: Kingfisher Daisy. HEX triplet: 69, 37 and 8A. RGB value is (105,55,138). Sum of RGB (Red+Green+Blue) = 105+55+138=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 138 - color contains mainly: blue. Hex color #69378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69378A is #96C875. Grayscale: #4F4F4F. Windows color (decimal): -9881718 or 9058153. OLE color: 9058153.

HSL color Cylindrical-coordinate representation of color #69378A: hue angle of 276.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #69378A is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 55 138 -
CMYK 0.24 0.60 0 0.46
HSL 276.14º 0.43% 0.38% -
HSV(B) 276.14º 0.6% 0.54% -
XYZ 11.78 7.57 24.89 -
YUV 79.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 105 55 138 0.24 0.60 0 0.46 276.14 0.43 0.38
Hex 69 37 8A 18 3C 0 2E 114 2B 26
Octal 151 67 212 30 74 0 56 424 53 46
Binary 1101001 110111 10001010 11000 111100 0 101110 100010100 101011 100110

Color Harmonies of #69378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69378A

Black with #69378A

Text Example


Text Example

White with #69378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,55,138); }

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

background-color css

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

 a { background-color: rgb(105,55,138); }

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

border-color css

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

 span { border-color: rgb(105,55,138); }

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