Html Css Color HEX #6FA3DC Jordy Blue

📋 copy color: '#6FA3DC'

red 111 ◦ green 163 ◦ blue 220

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

Shades of Jordy Blue #6FA3DC

Tints of Jordy Blue #6FA3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

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

R = 22.47%
G = 33%
B = 44.53%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6FA3DC (or 0x6FA3DC) is known color: Jordy Blue. HEX triplet: 6F, A3 and DC. RGB value is (111,163,220). Sum of RGB (Red+Green+Blue) = 111+163+220=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FA3DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA3DC is #905C23. Grayscale: #999999. Windows color (decimal): -9460772 or 14459759. OLE color: 14459759.

HSL color Cylindrical-coordinate representation of color #6FA3DC: hue angle of 211.38º 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 #6FA3DC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 163 220 -
CMYK 0.50 0.26 0 0.14
HSL 211.38º 0.61% 0.65% -
HSV(B) 211.38º 0.5% 0.86% -
XYZ 32.57 34.74 72.7 -
YUV 153.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 111 163 220 0.50 0.26 0 0.14 211.38 0.61 0.65
Hex 6F A3 DC 32 1A 0 E D3 3D 41
Octal 157 243 334 62 32 0 16 323 75 101
Binary 1101111 10100011 11011100 110010 11010 0 1110 11010011 111101 1000001

Color Harmonies of #6FA3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA3DC

Black with #6FA3DC

Text Example


Text Example

White with #6FA3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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