Html Css Color HEX #6F9BDD Jordy Blue

📋 copy color: '#6F9BDD'

red 111 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #6F9BDD

Tints of Jordy Blue #6F9BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.83%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 22.79%
G = 31.83%
B = 45.38%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F9BDD (or 0x6F9BDD) is known color: Jordy Blue. HEX triplet: 6F, 9B and DD. RGB value is (111,155,221). Sum of RGB (Red+Green+Blue) = 111+155+221=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BDD is #906422. Grayscale: #959595. Windows color (decimal): -9462819 or 14523247. OLE color: 14523247.

HSL color Cylindrical-coordinate representation of color #6F9BDD: hue angle of 216º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9BDD is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 155 221 -
CMYK 0.50 0.30 0 0.13
HSL 216º 0.62% 0.65% -
HSV(B) 216º 0.5% 0.87% -
XYZ 31.33 32.04 72.94 -
YUV 149.37 168.42 100.63 -
System Red Green Blue C M Y K H S L
Decimal 111 155 221 0.50 0.30 0 0.13 216 0.62 0.65
Hex 6F 9B DD 32 1E 0 D D8 3E 41
Octal 157 233 335 62 36 0 15 330 76 101
Binary 1101111 10011011 11011101 110010 11110 0 1101 11011000 111110 1000001

Color Harmonies of #6F9BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9BDD

Black with #6F9BDD

Text Example


Text Example

White with #6F9BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,155,221); }

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

background-color css

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

 a { background-color: rgb(111,155,221); }

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

border-color css

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

 span { border-color: rgb(111,155,221); }

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