Html Css Color HEX #6FA4DB Jordy Blue

📋 copy color: '#6FA4DB'

red 111 ◦ green 164 ◦ blue 219

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

Shades of Jordy Blue #6FA4DB

Tints of Jordy Blue #6FA4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.2%

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

R = 22.47%
G = 33.2%
B = 44.33%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA4DB (or 0x6FA4DB) is known color: Jordy Blue. HEX triplet: 6F, A4 and DB. RGB value is (111,164,219). Sum of RGB (Red+Green+Blue) = 111+164+219=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FA4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4DB is #905B24. Grayscale: #9A9A9A. Windows color (decimal): -9460517 or 14394479. OLE color: 14394479.

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

Color convert

RGB 111 164 219 -
CMYK 0.49 0.25 0 0.14
HSL 210.56º 0.6% 0.65% -
HSV(B) 210.56º 0.49% 0.86% -
XYZ 32.62 35.04 72.06 -
YUV 154.42 164.44 97.03 -
System Red Green Blue C M Y K H S L
Decimal 111 164 219 0.49 0.25 0 0.14 210.56 0.6 0.65
Hex 6F A4 DB 31 19 0 E D3 3C 41
Octal 157 244 333 61 31 0 16 323 74 101
Binary 1101111 10100100 11011011 110001 11001 0 1110 11010011 111100 1000001

Color Harmonies of #6FA4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA4DB

Black with #6FA4DB

Text Example


Text Example

White with #6FA4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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