Html Css Color HEX #639EC6 Picton Blue

📋 copy color: '#639EC6'

red 99 ◦ green 158 ◦ blue 198

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

Shades of Picton Blue #639EC6

Tints of Picton Blue #639EC6

RGB

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

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

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

R = 21.76%
G = 34.73%
B = 43.52%

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

#639EC6 (or 0x639EC6) is known color: Picton Blue. HEX triplet: 63, 9E and C6. RGB value is (99,158,198). Sum of RGB (Red+Green+Blue) = 99+158+198=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #639EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EC6 is #9C6139. Grayscale: #909090. Windows color (decimal): -10248506 or 13016675. OLE color: 13016675.

HSL color Cylindrical-coordinate representation of color #639EC6: hue angle of 204.24º 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 #639EC6 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 99 158 198 -
CMYK 0.50 0.20 0 0.22
HSL 204.24º 0.46% 0.58% -
HSV(B) 204.24º 0.5% 0.78% -
XYZ 27.57 31.18 57.99 -
YUV 144.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 99 158 198 0.50 0.20 0 0.22 204.24 0.46 0.58
Hex 63 9E C6 32 14 0 16 CC 2E 3A
Octal 143 236 306 62 24 0 26 314 56 72
Binary 1100011 10011110 11000110 110010 10100 0 10110 11001100 101110 111010

Color Harmonies of #639EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EC6

Black with #639EC6

Text Example


Text Example

White with #639EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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