Html Css Color HEX #639FCB Picton Blue

📋 copy color: '#639FCB'

red 99 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #639FCB

Tints of Picton Blue #639FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 21.48%
G = 34.49%
B = 44.03%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#639FCB (or 0x639FCB) is known color: Picton Blue. HEX triplet: 63, 9F and CB. RGB value is (99,159,203). Sum of RGB (Red+Green+Blue) = 99+159+203=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #639FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639FCB is #9C6034. Grayscale: #919191. Windows color (decimal): -10248245 or 13344611. OLE color: 13344611.

HSL color Cylindrical-coordinate representation of color #639FCB: hue angle of 205.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639FCB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 99 159 203 -
CMYK 0.51 0.22 0 0.20
HSL 205.38º 0.5% 0.59% -
HSV(B) 205.38º 0.51% 0.8% -
XYZ 28.32 31.76 61.14 -
YUV 146.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 99 159 203 0.51 0.22 0 0.20 205.38 0.5 0.59
Hex 63 9F CB 33 16 0 14 CD 32 3B
Octal 143 237 313 63 26 0 24 315 62 73
Binary 1100011 10011111 11001011 110011 10110 0 10100 11001101 110010 111011

Color Harmonies of #639FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639FCB

Black with #639FCB

Text Example


Text Example

White with #639FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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