Html Css Color HEX #6FA4D6 Jordy Blue

📋 copy color: '#6FA4D6'

red 111 ◦ green 164 ◦ blue 214

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

Shades of Jordy Blue #6FA4D6

Tints of Jordy Blue #6FA4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 22.7%
G = 33.54%
B = 43.76%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FA4D6 (or 0x6FA4D6) is known color: Jordy Blue. HEX triplet: 6F, A4 and D6. RGB value is (111,164,214). Sum of RGB (Red+Green+Blue) = 111+164+214=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #6FA4D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA4D6 is #905B29. Grayscale: #999999. Windows color (decimal): -9460522 or 14066799. OLE color: 14066799.

HSL color Cylindrical-coordinate representation of color #6FA4D6: hue angle of 209.13º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FA4D6 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 164 214 -
CMYK 0.48 0.23 0 0.16
HSL 209.13º 0.56% 0.64% -
HSV(B) 209.13º 0.48% 0.84% -
XYZ 31.97 34.79 68.65 -
YUV 153.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 111 164 214 0.48 0.23 0 0.16 209.13 0.56 0.64
Hex 6F A4 D6 30 17 0 10 D1 38 40
Octal 157 244 326 60 27 0 20 321 70 100
Binary 1101111 10100100 11010110 110000 10111 0 10000 11010001 111000 1000000

Color Harmonies of #6FA4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA4D6

Black with #6FA4D6

Text Example


Text Example

White with #6FA4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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