Html Css Color HEX #679ACC Picton Blue

📋 copy color: '#679ACC'

red 103 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #679ACC

Tints of Picton Blue #679ACC

RGB

 RED value IS 103 (40.63% from 255) = 22.34%

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

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

R = 22.34%
G = 33.41%
B = 44.25%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#679ACC (or 0x679ACC) is known color: Picton Blue. HEX triplet: 67, 9A and CC. RGB value is (103,154,204). Sum of RGB (Red+Green+Blue) = 103+154+204=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #679ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679ACC is #986533. Grayscale: #909090. Windows color (decimal): -9987380 or 13408871. OLE color: 13408871.

HSL color Cylindrical-coordinate representation of color #679ACC: hue angle of 209.7º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #679ACC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 154 204 -
CMYK 0.50 0.25 0 0.2
HSL 209.7º 0.5% 0.6% -
HSV(B) 209.7º 0.5% 0.8% -
XYZ 28.05 30.35 61.51 -
YUV 144.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 103 154 204 0.50 0.25 0 0.2 209.7 0.5 0.6
Hex 67 9A CC 32 19 0 14 D2 32 3C
Octal 147 232 314 62 31 0 24 322 62 74
Binary 1100111 10011010 11001100 110010 11001 0 10100 11010010 110010 111100

Color Harmonies of #679ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679ACC

Black with #679ACC

Text Example


Text Example

White with #679ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679ACC; }

 p { color: rgb(103,154,204); }

 H1.HeaderClassName
 {
   color: #679ACC;
 }
 .AnyTagClassName
 {
   color: #679ACC;
 }
</style>

background-color css

<style>
 a { background-color: #679ACC; }

 a { background-color: rgb(103,154,204); }

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

border-color css

<style>
 span { border-color: #679ACC; }

 span { border-color: rgb(103,154,204); }

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