Html Css Color HEX #692094 Kingfisher Daisy

📋 copy color: '#692094'

red 105 ◦ green 32 ◦ blue 148

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

Shades of Kingfisher Daisy #692094

Tints of Kingfisher Daisy #692094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 36.84%
G = 11.23%
B = 51.93%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692094 (or 0x692094) is known color: Kingfisher Daisy. HEX triplet: 69, 20 and 94. RGB value is (105,32,148). Sum of RGB (Red+Green+Blue) = 105+32+148=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #692094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692094 is #96DF6B. Grayscale: #424242. Windows color (decimal): -9887596 or 9707625. OLE color: 9707625.

HSL color Cylindrical-coordinate representation of color #692094: hue angle of 277.76º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #692094 is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 32 148 -
CMYK 0.29 0.78 0 0.42
HSL 277.76º 0.64% 0.35% -
HSV(B) 277.76º 0.78% 0.58% -
XYZ 11.69 6.17 28.59 -
YUV 67.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 105 32 148 0.29 0.78 0 0.42 277.76 0.64 0.35
Hex 69 20 94 1D 4E 0 2A 116 40 23
Octal 151 40 224 35 116 0 52 426 100 43
Binary 1101001 100000 10010100 11101 1001110 0 101010 100010110 1000000 100011

Color Harmonies of #692094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692094

Black with #692094

Text Example


Text Example

White with #692094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692094; }

 p { color: rgb(105,32,148); }

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

background-color css

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

 a { background-color: rgb(105,32,148); }

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

border-color css

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

 span { border-color: rgb(105,32,148); }

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