Html Css Color HEX #729FC6 Picton Blue

📋 copy color: '#729FC6'

red 114 ◦ green 159 ◦ blue 198

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

Shades of Picton Blue #729FC6

Tints of Picton Blue #729FC6

RGB

 RED value IS 114 (44.92% from 255) = 24.2%

 GREEN value IS 159 (62.5% from 255) = 33.76%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 24.2%
G = 33.76%
B = 42.04%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#729FC6 (or 0x729FC6) is known color: Picton Blue. HEX triplet: 72, 9F and C6. RGB value is (114,159,198). Sum of RGB (Red+Green+Blue) = 114+159+198=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #729FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729FC6 is #8D6039. Grayscale: #959595. Windows color (decimal): -9265210 or 13016946. OLE color: 13016946.

HSL color Cylindrical-coordinate representation of color #729FC6: hue angle of 207.86º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #729FC6 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 114 159 198 -
CMYK 0.42 0.20 0 0.22
HSL 207.86º 0.42% 0.61% -
HSV(B) 207.86º 0.42% 0.78% -
XYZ 29.53 32.45 58.13 -
YUV 149.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 114 159 198 0.42 0.20 0 0.22 207.86 0.42 0.61
Hex 72 9F C6 2A 14 0 16 D0 2A 3D
Octal 162 237 306 52 24 0 26 320 52 75
Binary 1110010 10011111 11000110 101010 10100 0 10110 11010000 101010 111101

Color Harmonies of #729FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729FC6

Black with #729FC6

Text Example


Text Example

White with #729FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729FC6; }

 p { color: rgb(114,159,198); }

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

background-color css

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

 a { background-color: rgb(114,159,198); }

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

border-color css

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

 span { border-color: rgb(114,159,198); }

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