Html Css Color HEX #639FC6 Picton Blue

📋 copy color: '#639FC6'

red 99 ◦ green 159 ◦ blue 198

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

Shades of Picton Blue #639FC6

Tints of Picton Blue #639FC6

RGB

 RED value IS 99 (39.06% from 255) = 21.71%

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

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

R = 21.71%
G = 34.87%
B = 43.42%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#639FC6 (or 0x639FC6) is known color: Picton Blue. HEX triplet: 63, 9F and C6. RGB value is (99,159,198). Sum of RGB (Red+Green+Blue) = 99+159+198=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #639FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FC6 is #9C6039. Grayscale: #919191. Windows color (decimal): -10248250 or 13016931. OLE color: 13016931.

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

Color convert

RGB 99 159 198 -
CMYK 0.50 0.20 0 0.22
HSL 203.64º 0.46% 0.58% -
HSV(B) 203.64º 0.5% 0.78% -
XYZ 27.74 31.53 58.05 -
YUV 145.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 99 159 198 0.50 0.20 0 0.22 203.64 0.46 0.58
Hex 63 9F C6 32 14 0 16 CC 2E 3A
Octal 143 237 306 62 24 0 26 314 56 72
Binary 1100011 10011111 11000110 110010 10100 0 10110 11001100 101110 111010

Color Harmonies of #639FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FC6

Black with #639FC6

Text Example


Text Example

White with #639FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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