Html Css Color HEX #642F90 Kingfisher Daisy

📋 copy color: '#642F90'

red 100 ◦ green 47 ◦ blue 144

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

Shades of Kingfisher Daisy #642F90

Tints of Kingfisher Daisy #642F90

RGB

 RED value IS 100 (39.45% from 255) = 34.36%

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 34.36%
G = 16.15%
B = 49.48%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#642F90 (or 0x642F90) is known color: Kingfisher Daisy. HEX triplet: 64, 2F and 90. RGB value is (100,47,144). Sum of RGB (Red+Green+Blue) = 100+47+144=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #642F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642F90 is #9BD06F. Grayscale: #494949. Windows color (decimal): -10211440 or 9449316. OLE color: 9449316.

HSL color Cylindrical-coordinate representation of color #642F90: hue angle of 272.78º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642F90 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 47 144 -
CMYK 0.31 0.67 0 0.44
HSL 272.78º 0.51% 0.37% -
HSV(B) 272.78º 0.67% 0.56% -
XYZ 11.31 6.76 27.09 -
YUV 73.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 100 47 144 0.31 0.67 0 0.44 272.78 0.51 0.37
Hex 64 2F 90 1F 43 0 2C 111 33 25
Octal 144 57 220 37 103 0 54 421 63 45
Binary 1100100 101111 10010000 11111 1000011 0 101100 100010001 110011 100101

Color Harmonies of #642F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F90

Black with #642F90

Text Example


Text Example

White with #642F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642F90; }

 p { color: rgb(100,47,144); }

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

background-color css

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

 a { background-color: rgb(100,47,144); }

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

border-color css

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

 span { border-color: rgb(100,47,144); }

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