Html Css Color HEX #6FA0D7 Jordy Blue

📋 copy color: '#6FA0D7'

red 111 ◦ green 160 ◦ blue 215

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

Shades of Jordy Blue #6FA0D7

Tints of Jordy Blue #6FA0D7

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.92%

 BLUE value IS 215 (84.38% from 255) = 44.24%

R = 22.84%
G = 32.92%
B = 44.24%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6FA0D7 (or 0x6FA0D7) is known color: Jordy Blue. HEX triplet: 6F, A0 and D7. RGB value is (111,160,215). Sum of RGB (Red+Green+Blue) = 111+160+215=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #6FA0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA0D7 is #905F28. Grayscale: #979797. Windows color (decimal): -9461545 or 14131311. OLE color: 14131311.

HSL color Cylindrical-coordinate representation of color #6FA0D7: hue angle of 211.73º degrees, saturation: 0.57, 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 #6FA0D7 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 111 160 215 -
CMYK 0.48 0.26 0 0.16
HSL 211.73º 0.57% 0.64% -
HSV(B) 211.73º 0.48% 0.84% -
XYZ 31.39 33.43 69.09 -
YUV 151.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 111 160 215 0.48 0.26 0 0.16 211.73 0.57 0.64
Hex 6F A0 D7 30 1A 0 10 D4 39 40
Octal 157 240 327 60 32 0 20 324 71 100
Binary 1101111 10100000 11010111 110000 11010 0 10000 11010100 111001 1000000

Color Harmonies of #6FA0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA0D7

Black with #6FA0D7

Text Example


Text Example

White with #6FA0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,160,215); }

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

background-color css

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

 a { background-color: rgb(111,160,215); }

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

border-color css

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

 span { border-color: rgb(111,160,215); }

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