Html Css Color HEX #6FA4D9 Jordy Blue

📋 copy color: '#6FA4D9'

red 111 ◦ green 164 ◦ blue 217

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

Shades of Jordy Blue #6FA4D9

Tints of Jordy Blue #6FA4D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 22.56%
G = 33.33%
B = 44.11%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FA4D9 (or 0x6FA4D9) is known color: Jordy Blue. HEX triplet: 6F, A4 and D9. RGB value is (111,164,217). Sum of RGB (Red+Green+Blue) = 111+164+217=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #6FA4D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4D9 is #905B26. Grayscale: #999999. Windows color (decimal): -9460519 or 14263407. OLE color: 14263407.

HSL color Cylindrical-coordinate representation of color #6FA4D9: hue angle of 210º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FA4D9 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 164 217 -
CMYK 0.49 0.24 0 0.15
HSL 210º 0.58% 0.64% -
HSV(B) 210º 0.49% 0.85% -
XYZ 32.36 34.94 70.68 -
YUV 154.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 111 164 217 0.49 0.24 0 0.15 210 0.58 0.64
Hex 6F A4 D9 31 18 0 F D2 3A 40
Octal 157 244 331 61 30 0 17 322 72 100
Binary 1101111 10100100 11011001 110001 11000 0 1111 11010010 111010 1000000

Color Harmonies of #6FA4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA4D9

Black with #6FA4D9

Text Example


Text Example

White with #6FA4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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