Html Css Color HEX #6F9FDB Jordy Blue

📋 copy color: '#6F9FDB'

red 111 ◦ green 159 ◦ blue 219

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

Shades of Jordy Blue #6F9FDB

Tints of Jordy Blue #6F9FDB

RGB

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

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

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

R = 22.7%
G = 32.52%
B = 44.79%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F9FDB (or 0x6F9FDB) is known color: Jordy Blue. HEX triplet: 6F, 9F and DB. RGB value is (111,159,219). Sum of RGB (Red+Green+Blue) = 111+159+219=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F9FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9FDB is #906024. Grayscale: #979797. Windows color (decimal): -9461797 or 14393199. OLE color: 14393199.

HSL color Cylindrical-coordinate representation of color #6F9FDB: hue angle of 213.33º 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 #6F9FDB is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 159 219 -
CMYK 0.49 0.27 0 0.14
HSL 213.33º 0.6% 0.65% -
HSV(B) 213.33º 0.49% 0.86% -
XYZ 31.74 33.29 71.77 -
YUV 151.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 111 159 219 0.49 0.27 0 0.14 213.33 0.6 0.65
Hex 6F 9F DB 31 1B 0 E D5 3C 41
Octal 157 237 333 61 33 0 16 325 74 101
Binary 1101111 10011111 11011011 110001 11011 0 1110 11010101 111100 1000001

Color Harmonies of #6F9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9FDB

Black with #6F9FDB

Text Example


Text Example

White with #6F9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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