Html Css Color HEX #6FA8F3 Jordy Blue

📋 copy color: '#6FA8F3'

red 111 ◦ green 168 ◦ blue 243

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

Shades of Jordy Blue #6FA8F3

Tints of Jordy Blue #6FA8F3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

 BLUE value IS 243 (95.31% from 255) = 46.55%

R = 21.26%
G = 32.18%
B = 46.55%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6FA8F3 (or 0x6FA8F3) is known color: Jordy Blue. HEX triplet: 6F, A8 and F3. RGB value is (111,168,243). Sum of RGB (Red+Green+Blue) = 111+168+243=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FA8F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FA8F3 is #90570C. Grayscale: #9F9F9F. Windows color (decimal): -9459469 or 15968367. OLE color: 15968367.

HSL color Cylindrical-coordinate representation of color #6FA8F3: hue angle of 214.09º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FA8F3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 111 168 243 -
CMYK 0.54 0.31 0 0.05
HSL 214.09º 0.85% 0.69% -
HSV(B) 214.09º 0.54% 0.95% -
XYZ 36.74 37.86 90.16 -
YUV 159.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 111 168 243 0.54 0.31 0 0.05 214.09 0.85 0.69
Hex 6F A8 F3 36 1F 0 5 D6 55 45
Octal 157 250 363 66 37 0 5 326 125 105
Binary 1101111 10101000 11110011 110110 11111 0 101 11010110 1010101 1000101

Color Harmonies of #6FA8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA8F3

Black with #6FA8F3

Text Example


Text Example

White with #6FA8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,168,243); }

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

background-color css

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

 a { background-color: rgb(111,168,243); }

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

border-color css

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

 span { border-color: rgb(111,168,243); }

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