Html Css Color HEX #692985 Kingfisher Daisy

📋 copy color: '#692985'

red 105 ◦ green 41 ◦ blue 133

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

Shades of Kingfisher Daisy #692985

Tints of Kingfisher Daisy #692985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.67%

R = 37.63%
G = 14.7%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#692985 (or 0x692985) is known color: Kingfisher Daisy. HEX triplet: 69, 29 and 85. RGB value is (105,41,133). Sum of RGB (Red+Green+Blue) = 105+41+133=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #692985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692985 is #96D67A. Grayscale: #464646. Windows color (decimal): -9885307 or 8726889. OLE color: 8726889.

HSL color Cylindrical-coordinate representation of color #692985: hue angle of 281.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #692985 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 41 133 -
CMYK 0.21 0.69 0 0.48
HSL 281.74º 0.53% 0.34% -
HSV(B) 281.74º 0.69% 0.52% -
XYZ 10.85 6.28 22.83 -
YUV 70.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 105 41 133 0.21 0.69 0 0.48 281.74 0.53 0.34
Hex 69 29 85 15 45 0 30 11A 35 22
Octal 151 51 205 25 105 0 60 432 65 42
Binary 1101001 101001 10000101 10101 1000101 0 110000 100011010 110101 100010

Color Harmonies of #692985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692985

Black with #692985

Text Example


Text Example

White with #692985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692985; }

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

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

background-color css

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

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

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

border-color css

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

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

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