Html Css Color HEX #672B85 Kingfisher Daisy

📋 copy color: '#672B85'

red 103 ◦ green 43 ◦ blue 133

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

Shades of Kingfisher Daisy #672B85

Tints of Kingfisher Daisy #672B85

RGB

 RED value IS 103 (40.63% from 255) = 36.92%

 GREEN value IS 43 (17.19% from 255) = 15.41%

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

R = 36.92%
G = 15.41%
B = 47.67%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#672B85 (or 0x672B85) is known color: Kingfisher Daisy. HEX triplet: 67, 2B and 85. RGB value is (103,43,133). Sum of RGB (Red+Green+Blue) = 103+43+133=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 43 (17.19% from 255 or 15.41% 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 #672B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672B85 is #98D47A. Grayscale: #464646. Windows color (decimal): -10015867 or 8727399. OLE color: 8727399.

HSL color Cylindrical-coordinate representation of color #672B85: hue angle of 280º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #672B85 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 43 133 -
CMYK 0.23 0.68 0 0.48
HSL 280º 0.51% 0.35% -
HSV(B) 280º 0.68% 0.52% -
XYZ 10.69 6.3 22.84 -
YUV 71.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 103 43 133 0.23 0.68 0 0.48 280 0.51 0.35
Hex 67 2B 85 17 44 0 30 118 33 23
Octal 147 53 205 27 104 0 60 430 63 43
Binary 1100111 101011 10000101 10111 1000100 0 110000 100011000 110011 100011

Color Harmonies of #672B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #672B85

Black with #672B85

Text Example


Text Example

White with #672B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #672B85; }

 p { color: rgb(103,43,133); }

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

background-color css

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

 a { background-color: rgb(103,43,133); }

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

border-color css

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

 span { border-color: rgb(103,43,133); }

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