Html Css Color HEX #6F9BDC Jordy Blue

📋 copy color: '#6F9BDC'

red 111 ◦ green 155 ◦ blue 220

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

Shades of Jordy Blue #6F9BDC

Tints of Jordy Blue #6F9BDC

RGB

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

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

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

R = 22.84%
G = 31.89%
B = 45.27%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F9BDC (or 0x6F9BDC) is known color: Jordy Blue. HEX triplet: 6F, 9B and DC. RGB value is (111,155,220). Sum of RGB (Red+Green+Blue) = 111+155+220=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BDC is #906423. Grayscale: #949494. Windows color (decimal): -9462820 or 14457711. OLE color: 14457711.

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

Color convert

RGB 111 155 220 -
CMYK 0.50 0.30 0 0.14
HSL 215.78º 0.61% 0.65% -
HSV(B) 215.78º 0.5% 0.86% -
XYZ 31.2 31.99 72.24 -
YUV 149.25 167.92 100.71 -
System Red Green Blue C M Y K H S L
Decimal 111 155 220 0.50 0.30 0 0.14 215.78 0.61 0.65
Hex 6F 9B DC 32 1E 0 E D8 3D 41
Octal 157 233 334 62 36 0 16 330 75 101
Binary 1101111 10011011 11011100 110010 11110 0 1110 11011000 111101 1000001

Color Harmonies of #6F9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9BDC

Black with #6F9BDC

Text Example


Text Example

White with #6F9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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