Html Css Color HEX #679DDC Picton Blue

📋 copy color: '#679DDC'

red 103 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #679DDC

Tints of Picton Blue #679DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 21.46%
G = 32.71%
B = 45.83%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#679DDC (or 0x679DDC) is known color: Picton Blue. HEX triplet: 67, 9D and DC. RGB value is (103,157,220). Sum of RGB (Red+Green+Blue) = 103+157+220=480 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.46% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #679DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679DDC is #986223. Grayscale: #939393. Windows color (decimal): -9986596 or 14458215. OLE color: 14458215.

HSL color Cylindrical-coordinate representation of color #679DDC: hue angle of 212.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #679DDC is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 157 220 -
CMYK 0.53 0.29 0 0.14
HSL 212.31º 0.63% 0.63% -
HSV(B) 212.31º 0.53% 0.86% -
XYZ 30.57 32.16 72.31 -
YUV 148.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 103 157 220 0.53 0.29 0 0.14 212.31 0.63 0.63
Hex 67 9D DC 35 1D 0 E D4 3F 3F
Octal 147 235 334 65 35 0 16 324 77 77
Binary 1100111 10011101 11011100 110101 11101 0 1110 11010100 111111 111111

Color Harmonies of #679DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679DDC

Black with #679DDC

Text Example


Text Example

White with #679DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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