Html Css Color HEX #639CC9 Picton Blue

📋 copy color: '#639CC9'

red 99 ◦ green 156 ◦ blue 201

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

Shades of Picton Blue #639CC9

Tints of Picton Blue #639CC9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.21%

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

R = 21.71%
G = 34.21%
B = 44.08%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#639CC9 (or 0x639CC9) is known color: Picton Blue. HEX triplet: 63, 9C and C9. RGB value is (99,156,201). Sum of RGB (Red+Green+Blue) = 99+156+201=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #639CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CC9 is #9C6336. Grayscale: #8F8F8F. Windows color (decimal): -10249015 or 13212771. OLE color: 13212771.

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

Color convert

RGB 99 156 201 -
CMYK 0.51 0.22 0 0.21
HSL 206.47º 0.49% 0.59% -
HSV(B) 206.47º 0.51% 0.79% -
XYZ 27.58 30.65 59.72 -
YUV 144.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 99 156 201 0.51 0.22 0 0.21 206.47 0.49 0.59
Hex 63 9C C9 33 16 0 15 CE 31 3B
Octal 143 234 311 63 26 0 25 316 61 73
Binary 1100011 10011100 11001001 110011 10110 0 10101 11001110 110001 111011

Color Harmonies of #639CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CC9

Black with #639CC9

Text Example


Text Example

White with #639CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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