Html Css Color HEX #709EC6 Picton Blue

📋 copy color: '#709EC6'

red 112 ◦ green 158 ◦ blue 198

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

Shades of Picton Blue #709EC6

Tints of Picton Blue #709EC6

RGB

 RED value IS 112 (44.14% from 255) = 23.93%

 GREEN value IS 158 (62.11% from 255) = 33.76%

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

R = 23.93%
G = 33.76%
B = 42.31%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#709EC6 (or 0x709EC6) is known color: Picton Blue. HEX triplet: 70, 9E and C6. RGB value is (112,158,198). Sum of RGB (Red+Green+Blue) = 112+158+198=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #709EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #709EC6 is #8F6139. Grayscale: #949494. Windows color (decimal): -9396538 or 13016688. OLE color: 13016688.

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

Color convert

RGB 112 158 198 -
CMYK 0.43 0.20 0 0.22
HSL 207.91º 0.43% 0.61% -
HSV(B) 207.91º 0.43% 0.78% -
XYZ 29.1 31.98 58.06 -
YUV 148.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 112 158 198 0.43 0.20 0 0.22 207.91 0.43 0.61
Hex 70 9E C6 2B 14 0 16 D0 2B 3D
Octal 160 236 306 53 24 0 26 320 53 75
Binary 1110000 10011110 11000110 101011 10100 0 10110 11010000 101011 111101

Color Harmonies of #709EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709EC6

Black with #709EC6

Text Example


Text Example

White with #709EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709EC6; }

 p { color: rgb(112,158,198); }

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

background-color css

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

 a { background-color: rgb(112,158,198); }

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

border-color css

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

 span { border-color: rgb(112,158,198); }

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