Html Css Color HEX #6F9EDB Jordy Blue

📋 copy color: '#6F9EDB'

red 111 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #6F9EDB

Tints of Jordy Blue #6F9EDB

RGB

 RED value IS 111 (43.75% from 255) = 22.75%

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

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 22.75%
G = 32.38%
B = 44.88%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F9EDB (or 0x6F9EDB) is known color: Jordy Blue. HEX triplet: 6F, 9E and DB. RGB value is (111,158,219). Sum of RGB (Red+Green+Blue) = 111+158+219=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F9EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9EDB is #906124. Grayscale: #969696. Windows color (decimal): -9462053 or 14392943. OLE color: 14392943.

HSL color Cylindrical-coordinate representation of color #6F9EDB: hue angle of 213.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F9EDB is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 158 219 -
CMYK 0.49 0.28 0 0.14
HSL 213.89º 0.6% 0.65% -
HSV(B) 213.89º 0.49% 0.86% -
XYZ 31.57 32.95 71.71 -
YUV 150.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 111 158 219 0.49 0.28 0 0.14 213.89 0.6 0.65
Hex 6F 9E DB 31 1C 0 E D6 3C 41
Octal 157 236 333 61 34 0 16 326 74 101
Binary 1101111 10011110 11011011 110001 11100 0 1110 11010110 111100 1000001

Color Harmonies of #6F9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9EDB

Black with #6F9EDB

Text Example


Text Example

White with #6F9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9EDB; }

 p { color: rgb(111,158,219); }

 H1.HeaderClassName
 {
   color: #6F9EDB;
 }
 .AnyTagClassName
 {
   color: #6F9EDB;
 }
</style>

background-color css

<style>
 a { background-color: #6F9EDB; }

 a { background-color: rgb(111,158,219); }

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

border-color css

<style>
 span { border-color: #6F9EDB; }

 span { border-color: rgb(111,158,219); }

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