Html Css Color HEX #692990 Kingfisher Daisy

📋 copy color: '#692990'

red 105 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #692990

Tints of Kingfisher Daisy #692990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.66%

R = 36.21%
G = 14.14%
B = 49.66%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#692990 (or 0x692990) is known color: Kingfisher Daisy. HEX triplet: 69, 29 and 90. RGB value is (105,41,144). Sum of RGB (Red+Green+Blue) = 105+41+144=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #692990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692990 is #96D66F. Grayscale: #474747. Windows color (decimal): -9885296 or 9447785. OLE color: 9447785.

HSL color Cylindrical-coordinate representation of color #692990: hue angle of 277.28º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #692990 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 41 144 -
CMYK 0.27 0.72 0 0.44
HSL 277.28º 0.56% 0.36% -
HSV(B) 277.28º 0.72% 0.56% -
XYZ 11.65 6.6 27.05 -
YUV 71.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 105 41 144 0.27 0.72 0 0.44 277.28 0.56 0.36
Hex 69 29 90 1B 48 0 2C 115 38 24
Octal 151 51 220 33 110 0 54 425 70 44
Binary 1101001 101001 10010000 11011 1001000 0 101100 100010101 111000 100100

Color Harmonies of #692990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692990

Black with #692990

Text Example


Text Example

White with #692990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692990; }

 p { color: rgb(105,41,144); }

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

background-color css

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

 a { background-color: rgb(105,41,144); }

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

border-color css

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

 span { border-color: rgb(105,41,144); }

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