Html Css Color HEX #639BCD Picton Blue

📋 copy color: '#639BCD'

red 99 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #639BCD

Tints of Picton Blue #639BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 21.57%
G = 33.77%
B = 44.66%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#639BCD (or 0x639BCD) is known color: Picton Blue. HEX triplet: 63, 9B and CD. RGB value is (99,155,205). Sum of RGB (Red+Green+Blue) = 99+155+205=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #639BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BCD is #9C6432. Grayscale: #8F8F8F. Windows color (decimal): -10249267 or 13474659. OLE color: 13474659.

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

Color convert

RGB 99 155 205 -
CMYK 0.52 0.24 0 0.20
HSL 208.3º 0.51% 0.6% -
HSV(B) 208.3º 0.52% 0.8% -
XYZ 27.89 30.5 62.18 -
YUV 143.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 99 155 205 0.52 0.24 0 0.20 208.3 0.51 0.6
Hex 63 9B CD 34 18 0 14 D0 33 3C
Octal 143 233 315 64 30 0 24 320 63 74
Binary 1100011 10011011 11001101 110100 11000 0 10100 11010000 110011 111100

Color Harmonies of #639BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639BCD

Black with #639BCD

Text Example


Text Example

White with #639BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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