Html Css Color HEX #68388B Kingfisher Daisy

📋 copy color: '#68388B'

red 104 ◦ green 56 ◦ blue 139

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

Shades of Kingfisher Daisy #68388B

Tints of Kingfisher Daisy #68388B

RGB

 RED value IS 104 (41.02% from 255) = 34.78%

 GREEN value IS 56 (22.27% from 255) = 18.73%

 BLUE value IS 139 (54.69% from 255) = 46.49%

R = 34.78%
G = 18.73%
B = 46.49%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68388B (or 0x68388B) is known color: Kingfisher Daisy. HEX triplet: 68, 38 and 8B. RGB value is (104,56,139). Sum of RGB (Red+Green+Blue) = 104+56+139=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #68388B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68388B is #97C774. Grayscale: #4F4F4F. Windows color (decimal): -9946997 or 9123944. OLE color: 9123944.

HSL color Cylindrical-coordinate representation of color #68388B: hue angle of 274.7º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68388B is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 56 139 -
CMYK 0.25 0.60 0 0.45
HSL 274.7º 0.43% 0.38% -
HSV(B) 274.7º 0.6% 0.55% -
XYZ 11.78 7.64 25.28 -
YUV 79.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 104 56 139 0.25 0.60 0 0.45 274.7 0.43 0.38
Hex 68 38 8B 19 3C 0 2D 113 2B 26
Octal 150 70 213 31 74 0 55 423 53 46
Binary 1101000 111000 10001011 11001 111100 0 101101 100010011 101011 100110

Color Harmonies of #68388B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68388B

Black with #68388B

Text Example


Text Example

White with #68388B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68388B; }

 p { color: rgb(104,56,139); }

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

background-color css

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

 a { background-color: rgb(104,56,139); }

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

border-color css

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

 span { border-color: rgb(104,56,139); }

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