Html Css Color HEX #679EDD Picton Blue

📋 copy color: '#679EDD'

red 103 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #679EDD

Tints of Picton Blue #679EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 21.37%
G = 32.78%
B = 45.85%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#679EDD (or 0x679EDD) is known color: Picton Blue. HEX triplet: 67, 9E and DD. RGB value is (103,158,221). Sum of RGB (Red+Green+Blue) = 103+158+221=482 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.37% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #679EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #679EDD is #986122. Grayscale: #949494. Windows color (decimal): -9986339 or 14524007. OLE color: 14524007.

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

Color convert

RGB 103 158 221 -
CMYK 0.53 0.29 0 0.13
HSL 212.03º 0.63% 0.64% -
HSV(B) 212.03º 0.53% 0.87% -
XYZ 30.87 32.56 73.06 -
YUV 148.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 103 158 221 0.53 0.29 0 0.13 212.03 0.63 0.64
Hex 67 9E DD 35 1D 0 D D4 3F 40
Octal 147 236 335 65 35 0 15 324 77 100
Binary 1100111 10011110 11011101 110101 11101 0 1101 11010100 111111 1000000

Color Harmonies of #679EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679EDD

Black with #679EDD

Text Example


Text Example

White with #679EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,158,221); }

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

background-color css

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

 a { background-color: rgb(103,158,221); }

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

border-color css

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

 span { border-color: rgb(103,158,221); }

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