Html Css Color HEX #692289 Kingfisher Daisy

📋 copy color: '#692289'

red 105 ◦ green 34 ◦ blue 137

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

Shades of Kingfisher Daisy #692289

Tints of Kingfisher Daisy #692289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 137 (53.91% from 255) = 49.64%

R = 38.04%
G = 12.32%
B = 49.64%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#692289 (or 0x692289) is known color: Kingfisher Daisy. HEX triplet: 69, 22 and 89. RGB value is (105,34,137). Sum of RGB (Red+Green+Blue) = 105+34+137=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #692289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692289 is #96DD76. Grayscale: #424242. Windows color (decimal): -9887095 or 8987241. OLE color: 8987241.

HSL color Cylindrical-coordinate representation of color #692289: hue angle of 281.36º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692289 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 34 137 -
CMYK 0.23 0.75 0 0.46
HSL 281.36º 0.6% 0.34% -
HSV(B) 281.36º 0.75% 0.54% -
XYZ 10.91 5.95 24.24 -
YUV 66.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 105 34 137 0.23 0.75 0 0.46 281.36 0.6 0.34
Hex 69 22 89 17 4B 0 2E 119 3C 22
Octal 151 42 211 27 113 0 56 431 74 42
Binary 1101001 100010 10001001 10111 1001011 0 101110 100011001 111100 100010

Color Harmonies of #692289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692289

Black with #692289

Text Example


Text Example

White with #692289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692289; }

 p { color: rgb(105,34,137); }

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

background-color css

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

 a { background-color: rgb(105,34,137); }

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

border-color css

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

 span { border-color: rgb(105,34,137); }

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