Html Css Color HEX #6F9ED6 Jordy Blue

📋 copy color: '#6F9ED6'

red 111 ◦ green 158 ◦ blue 214

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

Shades of Jordy Blue #6F9ED6

Tints of Jordy Blue #6F9ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.71%

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

R = 22.98%
G = 32.71%
B = 44.31%

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

#6F9ED6 (or 0x6F9ED6) is known color: Jordy Blue. HEX triplet: 6F, 9E and D6. RGB value is (111,158,214). Sum of RGB (Red+Green+Blue) = 111+158+214=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F9ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ED6 is #906129. Grayscale: #969696. Windows color (decimal): -9462058 or 14065263. OLE color: 14065263.

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

Color convert

RGB 111 158 214 -
CMYK 0.48 0.26 0 0.16
HSL 212.62º 0.56% 0.64% -
HSV(B) 212.62º 0.48% 0.84% -
XYZ 30.92 32.69 68.3 -
YUV 150.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 111 158 214 0.48 0.26 0 0.16 212.62 0.56 0.64
Hex 6F 9E D6 30 1A 0 10 D5 38 40
Octal 157 236 326 60 32 0 20 325 70 100
Binary 1101111 10011110 11010110 110000 11010 0 10000 11010101 111000 1000000

Color Harmonies of #6F9ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9ED6

Black with #6F9ED6

Text Example


Text Example

White with #6F9ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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