Html Css Color HEX #679DCC Picton Blue

📋 copy color: '#679DCC'

red 103 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #679DCC

Tints of Picton Blue #679DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.84%

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

R = 22.2%
G = 33.84%
B = 43.97%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#679DCC (or 0x679DCC) is known color: Picton Blue. HEX triplet: 67, 9D and CC. RGB value is (103,157,204). Sum of RGB (Red+Green+Blue) = 103+157+204=464 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.20% from 464); Green value is 157 (61.72% from 255 or 33.84% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #679DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DCC is #986233. Grayscale: #919191. Windows color (decimal): -9986612 or 13409639. OLE color: 13409639.

HSL color Cylindrical-coordinate representation of color #679DCC: hue angle of 207.92º 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 #679DCC is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 157 204 -
CMYK 0.50 0.23 0 0.2
HSL 207.92º 0.5% 0.6% -
HSV(B) 207.92º 0.5% 0.8% -
XYZ 28.55 31.36 61.67 -
YUV 146.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 103 157 204 0.50 0.23 0 0.2 207.92 0.5 0.6
Hex 67 9D CC 32 17 0 14 D0 32 3C
Octal 147 235 314 62 27 0 24 320 62 74
Binary 1100111 10011101 11001100 110010 10111 0 10100 11010000 110010 111100

Color Harmonies of #679DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679DCC

Black with #679DCC

Text Example


Text Example

White with #679DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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