Html Css Color HEX #69278C Kingfisher Daisy

📋 copy color: '#69278C'

red 105 ◦ green 39 ◦ blue 140

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

Shades of Kingfisher Daisy #69278C

Tints of Kingfisher Daisy #69278C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 36.97%
G = 13.73%
B = 49.3%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69278C (or 0x69278C) is known color: Kingfisher Daisy. HEX triplet: 69, 27 and 8C. RGB value is (105,39,140). Sum of RGB (Red+Green+Blue) = 105+39+140=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #69278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69278C is #96D873. Grayscale: #454545. Windows color (decimal): -9885812 or 9185129. OLE color: 9185129.

HSL color Cylindrical-coordinate representation of color #69278C: hue angle of 279.21º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69278C is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 39 140 -
CMYK 0.25 0.72 0 0.45
HSL 279.21º 0.56% 0.35% -
HSV(B) 279.21º 0.72% 0.55% -
XYZ 11.28 6.35 25.44 -
YUV 70.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 105 39 140 0.25 0.72 0 0.45 279.21 0.56 0.35
Hex 69 27 8C 19 48 0 2D 117 38 23
Octal 151 47 214 31 110 0 55 427 70 43
Binary 1101001 100111 10001100 11001 1001000 0 101101 100010111 111000 100011

Color Harmonies of #69278C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69278C

Black with #69278C

Text Example


Text Example

White with #69278C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,39,140); }

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

background-color css

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

 a { background-color: rgb(105,39,140); }

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

border-color css

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

 span { border-color: rgb(105,39,140); }

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