Html Css Color HEX #639BC9 Picton Blue

📋 copy color: '#639BC9'

red 99 ◦ green 155 ◦ blue 201

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

Shades of Picton Blue #639BC9

Tints of Picton Blue #639BC9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 21.76%
G = 34.07%
B = 44.18%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#639BC9 (or 0x639BC9) is known color: Picton Blue. HEX triplet: 63, 9B and C9. RGB value is (99,155,201). Sum of RGB (Red+Green+Blue) = 99+155+201=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #639BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BC9 is #9C6436. Grayscale: #8F8F8F. Windows color (decimal): -10249271 or 13212515. OLE color: 13212515.

HSL color Cylindrical-coordinate representation of color #639BC9: hue angle of 207.06º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639BC9 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 155 201 -
CMYK 0.51 0.23 0 0.21
HSL 207.06º 0.49% 0.59% -
HSV(B) 207.06º 0.51% 0.79% -
XYZ 27.41 30.31 59.66 -
YUV 143.5 160.45 96.26 -
System Red Green Blue C M Y K H S L
Decimal 99 155 201 0.51 0.23 0 0.21 207.06 0.49 0.59
Hex 63 9B C9 33 17 0 15 CF 31 3B
Octal 143 233 311 63 27 0 25 317 61 73
Binary 1100011 10011011 11001001 110011 10111 0 10101 11001111 110001 111011

Color Harmonies of #639BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BC9

Black with #639BC9

Text Example


Text Example

White with #639BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,155,201); }

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

background-color css

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

 a { background-color: rgb(99,155,201); }

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

border-color css

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

 span { border-color: rgb(99,155,201); }

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