Html Css Color HEX #6FA1DC Jordy Blue

📋 copy color: '#6FA1DC'

red 111 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #6FA1DC

Tints of Jordy Blue #6FA1DC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.72%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 22.56%
G = 32.72%
B = 44.72%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA1DC (or 0x6FA1DC) is known color: Jordy Blue. HEX triplet: 6F, A1 and DC. RGB value is (111,161,220). Sum of RGB (Red+Green+Blue) = 111+161+220=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FA1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA1DC is #905E23. Grayscale: #989898. Windows color (decimal): -9461284 or 14459247. OLE color: 14459247.

HSL color Cylindrical-coordinate representation of color #6FA1DC: hue angle of 212.48º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA1DC is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 161 220 -
CMYK 0.50 0.27 0 0.14
HSL 212.48º 0.61% 0.65% -
HSV(B) 212.48º 0.5% 0.86% -
XYZ 32.22 34.04 72.58 -
YUV 152.78 165.94 98.2 -
System Red Green Blue C M Y K H S L
Decimal 111 161 220 0.50 0.27 0 0.14 212.48 0.61 0.65
Hex 6F A1 DC 32 1B 0 E D4 3D 41
Octal 157 241 334 62 33 0 16 324 75 101
Binary 1101111 10100001 11011100 110010 11011 0 1110 11010100 111101 1000001

Color Harmonies of #6FA1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA1DC

Black with #6FA1DC

Text Example


Text Example

White with #6FA1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,161,220); }

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

background-color css

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

 a { background-color: rgb(111,161,220); }

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

border-color css

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

 span { border-color: rgb(111,161,220); }

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