Html Css Color HEX #639CCC Picton Blue

📋 copy color: '#639CCC'

red 99 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #639CCC

Tints of Picton Blue #639CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.44%

R = 21.57%
G = 33.99%
B = 44.44%

CMYK

 C value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#639CCC (or 0x639CCC) is known color: Picton Blue. HEX triplet: 63, 9C and CC. RGB value is (99,156,204). Sum of RGB (Red+Green+Blue) = 99+156+204=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #639CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639CCC is #9C6333. Grayscale: #909090. Windows color (decimal): -10249012 or 13409379. OLE color: 13409379.

HSL color Cylindrical-coordinate representation of color #639CCC: hue angle of 207.43º degrees, saturation: 0.51, 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 #639CCC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 156 204 -
CMYK 0.51 0.24 0 0.2
HSL 207.43º 0.51% 0.59% -
HSV(B) 207.43º 0.51% 0.8% -
XYZ 27.93 30.79 61.6 -
YUV 144.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 99 156 204 0.51 0.24 0 0.2 207.43 0.51 0.59
Hex 63 9C CC 33 18 0 14 CF 33 3B
Octal 143 234 314 63 30 0 24 317 63 73
Binary 1100011 10011100 11001100 110011 11000 0 10100 11001111 110011 111011

Color Harmonies of #639CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639CCC

Black with #639CCC

Text Example


Text Example

White with #639CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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