Html Css Color HEX #7099CE Picton Blue

📋 copy color: '#7099CE'

red 112 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #7099CE

Tints of Picton Blue #7099CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.48%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 23.78%
G = 32.48%
B = 43.74%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7099CE (or 0x7099CE) is known color: Picton Blue. HEX triplet: 70, 99 and CE. RGB value is (112,153,206). Sum of RGB (Red+Green+Blue) = 112+153+206=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #7099CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7099CE is #8F6631. Grayscale: #929292. Windows color (decimal): -9397810 or 13539696. OLE color: 13539696.

HSL color Cylindrical-coordinate representation of color #7099CE: hue angle of 213.83º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7099CE is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 153 206 -
CMYK 0.46 0.26 0 0.19
HSL 213.83º 0.49% 0.62% -
HSV(B) 213.83º 0.46% 0.81% -
XYZ 29.21 30.68 62.78 -
YUV 146.78 161.42 103.19 -
System Red Green Blue C M Y K H S L
Decimal 112 153 206 0.46 0.26 0 0.19 213.83 0.49 0.62
Hex 70 99 CE 2E 1A 0 13 D6 31 3E
Octal 160 231 316 56 32 0 23 326 61 76
Binary 1110000 10011001 11001110 101110 11010 0 10011 11010110 110001 111110

Color Harmonies of #7099CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7099CE

Black with #7099CE

Text Example


Text Example

White with #7099CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7099CE; }

 p { color: rgb(112,153,206); }

 H1.HeaderClassName
 {
   color: #7099CE;
 }
 .AnyTagClassName
 {
   color: #7099CE;
 }
</style>

background-color css

<style>
 a { background-color: #7099CE; }

 a { background-color: rgb(112,153,206); }

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

border-color css

<style>
 span { border-color: #7099CE; }

 span { border-color: rgb(112,153,206); }

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