Html Css Color HEX #67A1DF Jordy Blue

📋 copy color: '#67A1DF'

red 103 ◦ green 161 ◦ blue 223

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

Shades of Jordy Blue #67A1DF

Tints of Jordy Blue #67A1DF

RGB

 RED value IS 103 (40.63% from 255) = 21.15%

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 21.15%
G = 33.06%
B = 45.79%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67A1DF (or 0x67A1DF) is known color: Jordy Blue. HEX triplet: 67, A1 and DF. RGB value is (103,161,223). Sum of RGB (Red+Green+Blue) = 103+161+223=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #67A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A1DF is #985E20. Grayscale: #969696. Windows color (decimal): -9985569 or 14655847. OLE color: 14655847.

HSL color Cylindrical-coordinate representation of color #67A1DF: hue angle of 211º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67A1DF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 161 223 -
CMYK 0.54 0.28 0 0.13
HSL 211º 0.65% 0.64% -
HSV(B) 211º 0.54% 0.87% -
XYZ 31.66 33.7 74.65 -
YUV 150.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 103 161 223 0.54 0.28 0 0.13 211 0.65 0.64
Hex 67 A1 DF 36 1C 0 D D3 41 40
Octal 147 241 337 66 34 0 15 323 101 100
Binary 1100111 10100001 11011111 110110 11100 0 1101 11010011 1000001 1000000

Color Harmonies of #67A1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A1DF

Black with #67A1DF

Text Example


Text Example

White with #67A1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67A1DF; }

 p { color: rgb(103,161,223); }

 H1.HeaderClassName
 {
   color: #67A1DF;
 }
 .AnyTagClassName
 {
   color: #67A1DF;
 }
</style>

background-color css

<style>
 a { background-color: #67A1DF; }

 a { background-color: rgb(103,161,223); }

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

border-color css

<style>
 span { border-color: #67A1DF; }

 span { border-color: rgb(103,161,223); }

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