Html Css Color HEX #639ACE Picton Blue

📋 copy color: '#639ACE'

red 99 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #639ACE

Tints of Picton Blue #639ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.55%

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 21.57%
G = 33.55%
B = 44.88%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#639ACE (or 0x639ACE) is known color: Picton Blue. HEX triplet: 63, 9A and CE. RGB value is (99,154,206). Sum of RGB (Red+Green+Blue) = 99+154+206=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #639ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ACE is #9C6531. Grayscale: #8F8F8F. Windows color (decimal): -10249522 or 13539939. OLE color: 13539939.

HSL color Cylindrical-coordinate representation of color #639ACE: hue angle of 209.16º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #639ACE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 154 206 -
CMYK 0.52 0.25 0 0.19
HSL 209.16º 0.52% 0.6% -
HSV(B) 209.16º 0.52% 0.81% -
XYZ 27.84 30.22 62.76 -
YUV 143.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 99 154 206 0.52 0.25 0 0.19 209.16 0.52 0.6
Hex 63 9A CE 34 19 0 13 D1 34 3C
Octal 143 232 316 64 31 0 23 321 64 74
Binary 1100011 10011010 11001110 110100 11001 0 10011 11010001 110100 111100

Color Harmonies of #639ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ACE

Black with #639ACE

Text Example


Text Example

White with #639ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,206); }

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

background-color css

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

 a { background-color: rgb(99,154,206); }

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

border-color css

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

 span { border-color: rgb(99,154,206); }

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