Html Css Color HEX #699FDC Jordy Blue

📋 copy color: '#699FDC'

red 105 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #699FDC

Tints of Jordy Blue #699FDC

RGB

 RED value IS 105 (41.41% from 255) = 21.69%

 GREEN value IS 159 (62.5% from 255) = 32.85%

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

R = 21.69%
G = 32.85%
B = 45.45%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#699FDC (or 0x699FDC) is known color: Jordy Blue. HEX triplet: 69, 9F and DC. RGB value is (105,159,220). Sum of RGB (Red+Green+Blue) = 105+159+220=484 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.69% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #699FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699FDC is #966023. Grayscale: #959595. Windows color (decimal): -9855012 or 14458729. OLE color: 14458729.

HSL color Cylindrical-coordinate representation of color #699FDC: hue angle of 211.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #699FDC is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 159 220 -
CMYK 0.52 0.28 0 0.14
HSL 211.83º 0.62% 0.64% -
HSV(B) 211.83º 0.52% 0.86% -
XYZ 31.14 32.97 72.43 -
YUV 149.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 105 159 220 0.52 0.28 0 0.14 211.83 0.62 0.64
Hex 69 9F DC 34 1C 0 E D4 3E 40
Octal 151 237 334 64 34 0 16 324 76 100
Binary 1101001 10011111 11011100 110100 11100 0 1110 11010100 111110 1000000

Color Harmonies of #699FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699FDC

Black with #699FDC

Text Example


Text Example

White with #699FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699FDC; }

 p { color: rgb(105,159,220); }

 H1.HeaderClassName
 {
   color: #699FDC;
 }
 .AnyTagClassName
 {
   color: #699FDC;
 }
</style>

background-color css

<style>
 a { background-color: #699FDC; }

 a { background-color: rgb(105,159,220); }

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

border-color css

<style>
 span { border-color: #699FDC; }

 span { border-color: rgb(105,159,220); }

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